Home
last modified time | relevance | path

Searched refs:thread_join (Results 1 – 14 of 14) sorted by relevance

/kernel/tests/
A Dfibo.cpp40 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 Dthread_tests.cpp169 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 Dmp_hotplug_tests.cpp79 ASSERT_EQ(thread_join(nt, nullptr, ZX_TIME_INFINITE), ZX_OK, in mp_hotplug_test()
A Dsync_ipi_tests.cpp75 thread_join(threads[i], NULL, ZX_TIME_INFINITE); in deadlock_test()
A Dtimer_tests.cpp66 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 Dsystem_x86.cpp183 zx_status_t status = thread_join(t, &retcode, ZX_TIME_INFINITE); in acpi_transition_s_state()
/kernel/lib/oom/
A Doom.cpp181 zx_status_t s = thread_join(t, nullptr, deadline); in cmd_oom()
/kernel/kernel/
A Ddpc.cpp90 zx_status_t status = thread_join(t, &ret, ZX_TIME_INFINITE); in dpc_shutdown()
A Dthread.cpp402 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 Ddebuglog.cpp431 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 Dunittest.cpp214 zx_status_t status = thread_join(t, &success, ZX_TIME_INFINITE); in run_testcase_in_thread()
/kernel/include/kernel/
A Dthread.h260 zx_status_t thread_join(thread_t* t, int* retcode, zx_time_t deadline);
/kernel/lib/debugcommands/
A Ddebugcommands.cpp316 thread_join(t, NULL, ZX_TIME_INFINITE); in cmd_crash()
/kernel/object/
A Dthread_dispatcher.cpp77 __UNUSED auto ret = thread_join(&thread_, nullptr, ZX_TIME_INFINITE); in ~ThreadDispatcher()

Completed in 28 milliseconds