Searched refs:create (Results 51 - 75 of 131) sorted by relevance

123456

/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dchannel.h30 static zx_status_t create(uint32_t flags, channel* endpoint0,
H A Dthread.h37 static zx_status_t create(const process& process, const char* name,
H A Dprocess.h38 static zx_status_t create(const job& job, const char* name, uint32_t name_len,
H A Dvmo.h29 static zx_status_t create(uint64_t size, uint32_t options, vmo* result);
/fuchsia/zircon/system/utest/fs/
H A Dtest-watcher.cpp91 ASSERT_EQ(zx::channel::create(0, &client, &server), ZX_OK);
155 ASSERT_EQ(zx::channel::create(0, &client, &server), ZX_OK);
180 // If we create a secondary watcher with the "EXISTING" request, we'll
183 ASSERT_EQ(zx::channel::create(0, &client2, &server), ZX_OK);
226 ASSERT_EQ(zx::channel::create(0, &client, &server), ZX_OK);
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines.h7 prof_tdata_t *prof_tdata_get(tsd_t *tsd, bool create);
53 prof_tdata_get(tsd_t *tsd, bool create) argument
60 if (create) {
H A Dtcache_inlines.h8 tcache_t *tcache_get(tsd_t *tsd, bool create);
70 tcache_get(tsd_t *tsd, bool create) argument
78 if (!create)
199 * expensive to create one and not use it.
/fuchsia/zircon/system/utest/spawn/
H A Dspawn.cpp89 ASSERT_EQ(ZX_OK, zx::job::create(*zx::job::default_job(), 0, &job));
102 ASSERT_EQ(ZX_OK, zx::job::create(*zx::job::default_job(), 0, &job));
378 ASSERT_EQ(ZX_OK, zx::channel::create(0, &h1, &h2));
404 ASSERT_EQ(ZX_OK, zx::channel::create(0, &h1, &h2));
530 ASSERT_EQ(ZX_OK, zx::channel::create(0, &h1, &h2));
546 ASSERT_EQ(ZX_OK, zx::channel::create(0, &h1, &h2));
565 ASSERT_EQ(ZX_OK, zx::channel::create(0, &h1, &h2));
/fuchsia/zircon/system/utest/async-testutils/
H A Dtest_loop_tests.cpp274 ASSERT_EQ(ZX_OK, zx::event::create(0u, &event));
309 ASSERT_EQ(ZX_OK, zx::event::create(0u, &event));
371 ASSERT_EQ(ZX_OK, zx::event::create(0u, &event));
404 ASSERT_EQ(ZX_OK, zx::event::create(0u, &event));
500 ASSERT_EQ(ZX_OK, zx::event::create(0u, &event));
540 ASSERT_EQ(ZX_OK, zx::event::create(0u, &event));
/fuchsia/zircon/system/ulib/trace-provider/
H A Dprovider_impl.cpp185 zx_status_t status = zx::channel::create(0u, &registry_client, &registry_service);
213 status = zx::channel::create(0u, &provider_client, &provider_service);
215 fprintf(stderr, "TraceProvider: channel create failed: status=%d(%s)\n",
254 status = zx::channel::create(0u, &provider_client, &provider_service);
256 fprintf(stderr, "TraceProvider: channel create failed: status=%d(%s)\n",
/fuchsia/zircon/system/utest/runtests-utils/
H A Dlog-exporter-test.cpp156 ASSERT_EQ(ZX_OK, zx::channel::create(0, &listener, &listener_request));
199 ASSERT_EQ(ZX_OK, zx::channel::create(0, &listener, &listener_request));
245 ASSERT_EQ(ZX_OK, zx::channel::create(0, &listener, &listener_request));
/fuchsia/zircon/system/uapp/trace-benchmark/
H A Dhandler.h26 auto status = zx::event::create(0u, &observer_event_);
28 "zx::event::create returned %s\n",
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-wakeup-event.cpp32 zx_status_t res = zx::event::create(0, &event);
/fuchsia/zircon/system/ulib/memfs/
H A Dmemfs-local.cpp45 zx_status_t status = zx::channel::create(0, &client, &server);
H A Dmemfs.cpp53 zx_status_t status = zx::event::create(0, &event);
82 if ((status = zx::vmo::create(aligned_len, 0, &vmo)) != ZX_OK) {
H A Drules.mk55 # Used to create local temporary filesystems.
/fuchsia/zircon/system/utest/policy/
H A Djob-policy.cpp37 if (zx::job::create(*zx::job::default_job(), 0u, &job) != ZX_OK)
46 zx_status_t status = zx::process::create(job, "poltst", 6u, 0u, &proc, &vmar);
51 status = zx::thread::create(proc, "poltst", 6u, 0, &thread);
61 status = zx::event::create(0u, &event);
/fuchsia/zircon/kernel/object/
H A Dmessage_packet_tests.cpp19 static bool create() { function in namespace:__anon95
93 // Attempt to create a MessagePacket with too many handles.
104 // Attempt to create a MessagePacket from memory that's not part of userspace.
147 UNITTEST("create", create)
/fuchsia/zircon/make/
H A Dabigen.mk71 # needed to create c.pkg (see: module-userlib.mk)
H A Dcompile.mk9 # create a separate list of objects per source type
H A Ducompile.mk8 # create a separate list of objects per source type
/fuchsia/zircon/system/utest/logger/
H A Dtest.cpp52 ASSERT_EQ(ZX_OK, zx::channel::create(0, &local, &remote));
73 ASSERT_EQ(ZX_OK, zx::socket::create(ZX_SOCKET_DATAGRAM, &local, &remote));
/fuchsia/zircon/system/core/devmgr/
H A Dblock-watcher.cpp58 if (zx::channel::create(0, &h0, &h1) != ZX_OK) {
89 if (zx::channel::create(0, &handle, &pkgfs_root) != ZX_OK) {
181 printf("fshost: cannot create pkgfs loader service: %d (%s)\n",
235 zx_status_t status = zx::channel::create(0, &h0, &h1);
237 printf("fshost: cannot create pkgfs root channel: %d (%s)\n",
/fuchsia/zircon/scripts/
H A Ddownload-prebuilt131 --create-dirs --output "$download_file_with_dir" "$url" || return
/fuchsia/zircon/system/uapp/kstress/
H A Dvmstress.cpp179 // scale the size of the VMO we create based on the size of memory in the system.
185 // create a test vmo
186 auto status = zx::vmo::create(vmo_test_size, 0, &vmo_);
190 // create a pile of threads

Completed in 194 milliseconds

123456