Searched refs:thread_join (Results 1 – 14 of 14) sorted by relevance
| /kernel/tests/ |
| A D | fibo.cpp | 40 thread_join(t[0], NULL, ZX_TIME_INFINITE); in fibo_thread() 49 thread_join(t[0], &retcode0, ZX_TIME_INFINITE); in fibo_thread() 50 thread_join(t[1], &retcode1, ZX_TIME_INFINITE); in fibo_thread() 68 thread_join(t, &retcode, ZX_TIME_INFINITE); in fibo()
|
| A D | thread_tests.cpp | 169 thread_join(t, NULL, ZX_TIME_INFINITE); in mutex_inherit_test() 464 err = thread_join(t, &ret, ZX_TIME_INFINITE); in join_tester_server() 629 thread_join(t, NULL, ZX_TIME_INFINITE); in kill_tests() 636 thread_join(t, NULL, ZX_TIME_INFINITE); in kill_tests() 643 thread_join(t, NULL, ZX_TIME_INFINITE); in kill_tests() 654 thread_join(t, NULL, ZX_TIME_INFINITE); in kill_tests() 663 thread_join(t, NULL, ZX_TIME_INFINITE); in kill_tests() 673 thread_join(t, NULL, ZX_TIME_INFINITE); in kill_tests() 682 thread_join(t, NULL, ZX_TIME_INFINITE); in kill_tests() 803 thread_join(t, nullptr, ZX_TIME_INFINITE); in tls_tests() [all …]
|
| A D | mp_hotplug_tests.cpp | 79 ASSERT_EQ(thread_join(nt, nullptr, ZX_TIME_INFINITE), ZX_OK, in mp_hotplug_test()
|
| A D | sync_ipi_tests.cpp | 75 thread_join(threads[i], NULL, ZX_TIME_INFINITE); in deadlock_test()
|
| A D | timer_tests.cpp | 66 zx_status_t status = thread_join(timer_threads[i], NULL, ZX_TIME_INFINITE); in timer_diag_all_cpus() 283 thread_join(thread, nullptr, ZX_TIME_INFINITE); in timer_stress()
|
| /kernel/syscalls/ |
| A D | system_x86.cpp | 183 zx_status_t status = thread_join(t, &retcode, ZX_TIME_INFINITE); in acpi_transition_s_state()
|
| /kernel/lib/oom/ |
| A D | oom.cpp | 181 zx_status_t s = thread_join(t, nullptr, deadline); in cmd_oom()
|
| /kernel/kernel/ |
| A D | dpc.cpp | 90 zx_status_t status = thread_join(t, &ret, ZX_TIME_INFINITE); in dpc_shutdown()
|
| A D | thread.cpp | 402 zx_status_t thread_join(thread_t* t, int* retcode, zx_time_t deadline) { in thread_join() function 458 return thread_join(t, NULL, 0); in thread_detach()
|
| /kernel/lib/debuglog/ |
| A D | debuglog.cpp | 431 zx_status_t status = thread_join(notifier_thread, nullptr, deadline); in dlog_shutdown() 441 zx_status_t status = thread_join(dumper_thread, nullptr, deadline); in dlog_shutdown()
|
| /kernel/lib/unittest/ |
| A D | unittest.cpp | 214 zx_status_t status = thread_join(t, &success, ZX_TIME_INFINITE); in run_testcase_in_thread()
|
| /kernel/include/kernel/ |
| A D | thread.h | 260 zx_status_t thread_join(thread_t* t, int* retcode, zx_time_t deadline);
|
| /kernel/lib/debugcommands/ |
| A D | debugcommands.cpp | 316 thread_join(t, NULL, ZX_TIME_INFINITE); in cmd_crash()
|
| /kernel/object/ |
| A D | thread_dispatcher.cpp | 77 __UNUSED auto ret = thread_join(&thread_, nullptr, ZX_TIME_INFINITE); in ~ThreadDispatcher()
|
Completed in 28 milliseconds