Searched refs:out_thread (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/ulib/async-loop/
H A Dloop_wrapper.cpp44 zx_status_t Loop::StartThread(const char* name, thrd_t* out_thread) { argument
45 return async_loop_start_thread(loop_, name, out_thread);
H A Dloop.c734 zx_status_t async_loop_start_thread(async_loop_t* loop, const char* name, thrd_t* out_thread) { argument
756 if (out_thread)
757 *out_thread = rec->thread;
/fuchsia/zircon/system/ulib/async-loop/include/lib/async-loop/cpp/
H A Dloop.h106 // If |out_thread| is not NULL, it is set to the new thread identifier.
111 zx_status_t StartThread(const char* name = nullptr, thrd_t* out_thread = nullptr);
/fuchsia/zircon/system/ulib/async-loop/include/lib/async-loop/
H A Dloop.h163 // If |out_thread| is not NULL, it is set to the new thread identifier.
169 thrd_t* out_thread);
/fuchsia/zircon/system/utest/policy/
H A Djob-policy.cpp42 static zx::process make_test_process(const zx::job& job, zx::thread* out_thread, argument
54 if (out_thread) {
55 status = thread.duplicate(ZX_RIGHT_SAME_RIGHTS, out_thread);
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp803 zx_status_t create_crashing_thread(zx_handle_t* out_thread) { argument
808 strlen(kThreadName), 0, out_thread);
813 return zx_thread_start(*out_thread, 0u, 0u, 0u, 0u);

Completed in 87 milliseconds