Home
last modified time | relevance | path

Searched refs:thread_main (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dinvalid-pointer-pairs-threads.cpp17 void *thread_main(void *n) { in thread_main() function
35 pthread_create(&threads[0], 0, thread_main, (void *)0); in main()
36 pthread_create(&threads[1], 0, thread_main, (void *)1); in main()
/llvm-project/lldb/test/API/linux/thread/create_during_instruction_step/
H A Dmain.cpp19 int thread_main(void *) in thread_main() function
29 int ret = clone(thread_main, in main()