Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/test/
H A Dforced_unwind4.pass.cpp49 pthread_t child_thread; in main() local
51 pthread_create(&child_thread, 0, test, (void*)0); in main()
56 pthread_cancel(child_thread); in main()
57 pthread_join(child_thread, NULL); in main()
/llvm-project/libc/test/integration/src/threads/
H A Dthrd_equal_test.cpp22 thrd_t child_thread; variable
29 *ret = LIBC_NAMESPACE::thrd_equal(child_thread, self); in child_func()
56 child_thread = th; in TEST_MAIN()
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_equal_test.cpp23 pthread_t child_thread; variable
30 *ret = LIBC_NAMESPACE::pthread_equal(child_thread, self); in child_func()
57 child_thread = th; in TEST_MAIN()
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp963 NativeThreadLinux &child_thread = AddThread(child_pid, /*resume*/ true); in MonitorClone()
964 ThreadWasCreated(child_thread); in MonitorClone()
960 NativeThreadLinux &child_thread = AddThread(child_pid, /*resume*/ true); MonitorClone() local