Searched refs:out_thread (Results 1 – 6 of 6) sorted by relevance
| /system/ulib/async-loop/ |
| A D | loop_wrapper.cpp | 44 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 D | loop.c | 753 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 D | loop.h | 111 zx_status_t StartThread(const char* name = nullptr, thrd_t* out_thread = nullptr);
|
| /system/ulib/async-loop/include/lib/async-loop/ |
| A D | loop.h | 169 thrd_t* out_thread);
|
| /system/utest/policy/ |
| A D | job-policy.cpp | 41 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 D | loop_tests.cpp | 902 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