Home
last modified time | relevance | path

Searched refs:child_thread (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxxabi/test/
H A Dforced_unwind4.pass.cpp47 pthread_t child_thread; in main() local
49 pthread_create(&child_thread, 0, test, (void*)0); in main()
54 pthread_cancel(child_thread); in main()
55 pthread_join(child_thread, NULL); in main()
/llvm-project-15.0.7/libc/test/integration/src/pthread/
H A Dpthread_equal_test.cpp22 pthread_t child_thread; variable
29 *ret = __llvm_libc::pthread_equal(child_thread, self); in child_func()
55 child_thread = th; in main()
/llvm-project-15.0.7/libc/test/integration/src/threads/
H A Dthrd_equal_test.cpp22 thrd_t child_thread; variable
29 *ret = __llvm_libc::thrd_equal(child_thread, self); in child_func()
56 child_thread = th; in main()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp854 NativeThreadLinux &child_thread = AddThread(child_pid, /*resume*/ true); in MonitorClone() local
855 ThreadWasCreated(child_thread); in MonitorClone()