/external/compiler-rt/test/tsan/ |
signal_cond.cc | 21 void* my_thread(void* arg) { function 37 pthread_create(&thr, 0, &my_thread, 0);
|
/external/curl/docs/examples/ |
curlgtk.c | 45 void *my_thread(void *ptr) function 100 if(!g_thread_create(&my_thread, argv[1], FALSE, NULL) != 0)
|
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/ |
malloc_lockup.cpp | 76 static void* my_thread(void* param) { function 120 int ret = pthread_create(&g_threads[n], &attr, my_thread, (void*)n);
|
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/ |
malloc_lockup.cpp | 76 static void* my_thread(void* param) { function 120 int ret = pthread_create(&g_threads[n], &attr, my_thread, (void*)n);
|