| /external/valgrind/main/drd/tests/ |
| sem_open.c | 13 static void* thread_func(void*); 85 pthread_create(&threadid, 0, thread_func, 0); 87 sleep(1); /* Wait until thread_func() finished. */ 106 static void* thread_func(void* thread_arg) function
|
| thread_name.c | 19 static void* thread_func(void* argp) function 26 "thread_func instance %d", thread_num + 1); 56 pthread_create(&tid[i], 0, thread_func, (void*)(ptrdiff_t)i);
|
| annotate_rwlock.c | 123 static void* thread_func(void* arg) function 150 pthread_create(&tid[i], 0, thread_func, 0);
|
| annotate_sem.c | 59 static void *thread_func(void *arg) function 84 pthread_create(&tid[i], 0, thread_func, 0);
|
| pth_inconsistent_cond_wait.c | 75 static void* thread_func(void* mutex) function 117 PTH_CALL(pthread_create(&tid1, 0, &thread_func, &s_mutex1)); 118 PTH_CALL(pthread_create(&tid2, 0, &thread_func, &s_mutex2));
|
| rwlock_test.c | 26 static void* thread_func(void* arg) function 90 err = pthread_create(&tid[i], &attr, thread_func, 0);
|
| pth_broadcast.c | 86 static void thread_func(struct cthread* thread_info) function 155 (void*(*)(void*))thread_func, &*p);
|
| monitor_example.cpp | 211 static void* thread_func(void*) function 223 pthread_create(&tid, 0, thread_func, 0);
|
| annotate_smart_pointer.cpp | 298 static void* thread_func(void* arg) function 319 q->Create(thread_func, new smart_ptr<counter>(p));
|
| /system/extras/tests/bionic/libc/bionic/ |
| test_cond.c | 67 typedef void* (*thread_func)(void*); typedef 68 static const thread_func thread_routines[] =
|
| /external/chromium_org/ppapi/tests/ |
| pp_thread.h | 43 PP_ThreadFunction* thread_func; member in struct:PP_Thread 94 thread->thread_func(thread->thread_arg); 103 thread->thread_func = function;
|
| /external/lldb/test/functionalities/stop-hook/multiple_threads/ |
| main.cpp | 42 thread_func (void *arg) function 78 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1); 79 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2); 80 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
|
| /external/lldb/test/functionalities/watchpoint/hello_watchlocation/ |
| main.cpp | 50 thread_func (void *arg) function 88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1); 89 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2); 90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
|
| /external/lldb/test/functionalities/watchpoint/multiple_threads/ |
| main.cpp | 44 thread_func (void *arg) function 82 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1); 83 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2); 84 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
|
| /external/lldb/test/python_api/watchpoint/watchlocation/ |
| main.cpp | 48 thread_func (void *arg) function 86 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1); 87 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2); 88 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
|
| /external/valgrind/main/helgrind/tests/ |
| annotate_rwlock.c | 137 static void* thread_func(void* arg) function 164 pthread_create(&tid[i], 0, thread_func, 0);
|
| /external/lldb/test/functionalities/watchpoint/watchpoint_set_command/ |
| main.cpp | 58 thread_func (void *arg) function 97 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1); 98 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2); 99 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
|
| /external/lldb/test/python_api/lldbutil/iter/ |
| main.cpp | 54 thread_func (void *arg) function 88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1); 89 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2); 90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
|
| /external/lldb/test/python_api/lldbutil/process/ |
| main.cpp | 54 thread_func (void *arg) function 88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1); 89 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2); 90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
|
| /external/lldb/test/python_api/module_section/ |
| main.cpp | 54 thread_func (void *arg) function 88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1); 89 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2); 90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
|
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ |
| builtin-sched.c | 467 static void *thread_func(void *ctx) function 512 perror("thread_func not supported on MacOS"); 542 err = pthread_create(&task->thread, &attr, thread_func, parms); [all...] |