Searched refs:tu_thread_create_c11 (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/test-utils/include/test-utils/
H A Dtest-utils.h70 void tu_thread_create_c11(thrd_t* thread, thrd_start_t entry, void* arg,
/fuchsia/zircon/system/utest/debugger/
H A Ddebugger.cpp183 tu_thread_create_c11(&wait_inferior_thread, wait_inferior_thread_func, args, "wait-inf thread");
626 tu_thread_create_c11(&thread_c11, reg_access_thread_func, &arg, "reg-access thread");
778 tu_thread_create_c11(&thread_c11, suspended_in_syscall_reg_access_thread_func, &arg,
1150 tu_thread_create_c11(&thread, extra_thread_func, NULL, "extra-thread");
/fuchsia/zircon/system/utest/exception/
H A Dexception.c366 tu_thread_create_c11(&thread, thread_func, (void*) (uintptr_t) channel_from_thread, "msg-loop-subthread");
542 tu_thread_create_c11(&thread, thread_func, (void*)(uintptr_t)their_channel,
724 tu_thread_create_c11(&cthread, thread_func, (void*)(uintptr_t)their_channel,
1131 tu_thread_create_c11(&thread, thread_func, (void*) (uintptr_t) their_channel, "thread-gone-test-thread");
1723 tu_thread_create_c11(&thread, thread_func,
/fuchsia/zircon/system/ulib/test-utils/
H A Dtest-utils.c99 void tu_thread_create_c11(thrd_t* t, thrd_start_t entry, void* arg, function

Completed in 86 milliseconds