HomeSort by relevance Sort by last modified time
    Searched refs:thread_main (Results 1 - 10 of 10) sorted by null

  /external/valgrind/none/tests/
pth_stackalign.c 7 static void *thread_main(void *arg) function
21 if ((e = pthread_create(&t, NULL, thread_main, NULL)) != 0)
pth_cancel1.c 13 static void *thread_main(void *arg) function
43 if (pthread_create(&tid, NULL, thread_main, NULL) != 0)
  /external/valgrind/memcheck/tests/linux/
stack_switch.c 23 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/google-breakpad/src/client/solaris/handler/
exception_handler_test.cc 72 static void *thread_main(void *) { function
88 pthread_create(&h, NULL, thread_main, NULL);
  /external/skia/tests/
TLSTest.cpp 15 static void thread_main(void*) { function
75 if( false ) test_threads(&thread_main);
  /frameworks/minikin/tests/stresstest/
MultithreadTest.cpp 61 static void thread_main(int tid) { function in namespace:minikin
98 threads.emplace_back(&thread_main, i);
  /bionic/tests/
__cxa_thread_atexit_test.cpp 109 static void* thread_main(void* arg) { function
122 ASSERT_EQ(0, pthread_create(&t, nullptr, thread_main, &atexit_call_sequence));
  /hardware/akm/AK8975_FS/akmdfs/
main.c 54 static void* thread_main(void* args) function
84 if (pthread_create(&s_thread, &attr, thread_main, NULL) == 0) {
  /external/fio/
backend.c 1303 static void *thread_main(void *data) function
    [all...]
  /external/blktrace/
blktrace.c 1779 static void *thread_main(void *arg) function
    [all...]

Completed in 422 milliseconds