Home
last modified time | relevance | path

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

/system/ulib/async-loop/
A Dloop_wrapper.cpp44 zx_status_t Loop::StartThread(const char* name, thrd_t* out_thread) { in StartThread() argument
45 return async_loop_start_thread(loop_, name, out_thread); in StartThread()
A Dloop.c753 zx_status_t async_loop_start_thread(async_loop_t* loop, const char* name, thrd_t* out_thread) { in async_loop_start_thread() argument
775 if (out_thread) in async_loop_start_thread()
776 *out_thread = rec->thread; in async_loop_start_thread()
/system/ulib/async-loop/include/lib/async-loop/cpp/
A Dloop.h111 zx_status_t StartThread(const char* name = nullptr, thrd_t* out_thread = nullptr);
/system/ulib/async-loop/include/lib/async-loop/
A Dloop.h169 thrd_t* out_thread);
/system/utest/policy/
A Djob-policy.cpp41 static zx::process make_test_process(const zx::job& job, zx::thread* out_thread, in make_test_process() argument
53 if (out_thread) { in make_test_process()
54 status = thread.duplicate(ZX_RIGHT_SAME_RIGHTS, out_thread); in make_test_process()
/system/utest/async-loop/
A Dloop_tests.cpp902 zx_status_t create_thread(zx_handle_t* out_thread) { in create_thread() argument
907 strlen(kThreadName), 0, out_thread); in create_thread()

Completed in 23 milliseconds