Searched refs:thread_main (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/none/tests/
H A Dpth_stackalign.c7 static void *thread_main(void *arg) function
21 if ((e = pthread_create(&t, NULL, thread_main, NULL)) != 0)
H A Dpth_cancel1.c13 static void *thread_main(void *arg) function
43 if (pthread_create(&tid, NULL, thread_main, NULL) != 0)
/external/valgrind/main/memcheck/tests/linux/
H A Dstack_switch.c23 static int thread_main(void *arg) function
48 if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL ) ) == -1 )
/external/chromium_org/third_party/skia/tests/
H A DTLSTest.cpp14 static void thread_main(void*) { function
74 if( false ) test_threads(&thread_main);
/external/skia/tests/
H A DTLSTest.cpp14 static void thread_main(void*) { function
74 if( false ) test_threads(&thread_main);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest4.c61 static void *thread_main(void *pArg){ function
148 rc = pthread_create(&x, 0, thread_main, &threadset[i]);
/external/fio/
H A Dbackend.c1258 static void *thread_main(void *data) function
1599 ret = thread_main(td);
1845 thread_main, td);
/external/blktrace/
H A Dblktrace.c1779 static void *thread_main(void *arg) function
1836 if (pthread_create(&tp->thread, NULL, thread_main, tp)) {

Completed in 239 milliseconds