/external/lldb/test/functionalities/thread/break_after_join/ |
D | main.cpp | 76 pthread_t *thread_to_join = (pthread_t*)input; in join_thread_func() 90 pthread_t thread_1; in main() 91 pthread_t thread_2; in main() 92 pthread_t thread_3; in main() 93 pthread_t thread_4; in main() 94 pthread_t thread_5; in main()
|
/external/lldb/test/functionalities/thread/exit_during_break/ |
D | main.cpp | 94 pthread_t thread_1; in main() 95 pthread_t thread_2; in main() 96 pthread_t thread_3; in main() 97 pthread_t thread_4; in main() 98 pthread_t thread_5; in main()
|
/external/lldb/test/functionalities/thread/create_during_step/ |
D | main.cpp | 51 pthread_t *step_thread = (pthread_t*)input; in create_thread_func() 65 pthread_t thread_1; in main() 66 pthread_t thread_2; in main()
|
/external/libhevc/common/ |
D | ithread.c | 56 return sizeof(pthread_t); in ithread_get_handle_size() 66 … return pthread_create((pthread_t *)thread_handle, attribute, (void * (*)(void *))strt, argument); in ithread_create() 71 pthread_t *pthread_handle = (pthread_t *)thread_handle; in ithread_join() 155 pthread_t cur_thread = pthread_self(); in ithread_set_affinity()
|
/external/libmpeg2/common/ |
D | ithread.c | 62 return sizeof(pthread_t); in ithread_get_handle_size() 73 return pthread_create((pthread_t *)thread_handle, NULL,(void *(*)(void *)) strt, argument); in ithread_create() 78 pthread_t *pthread_handle = (pthread_t *)thread_handle; in ithread_join() 162 pthread_t cur_thread = pthread_self(); in ithread_set_affinity()
|
/external/libavc/common/ |
D | ithread.c | 68 return sizeof(pthread_t); in ithread_get_handle_size() 80 return pthread_create((pthread_t *)thread_handle, NULL,(void *(*)(void *)) strt, argument); in ithread_create() 86 pthread_t *pthread_handle = (pthread_t *)thread_handle; in ithread_join() 180 pthread_t cur_thread = pthread_self(); in ithread_set_affinity()
|
/external/linux-tools-perf/src/tools/perf/bench/ |
D | sched-messaging.c | 143 static pthread_t create_worker(void *ctx, void *(*func)(void *)) in create_worker() 146 pthread_t childid; in create_worker() 164 return (pthread_t)0; in create_worker() 184 static void reap_worker(pthread_t id) in reap_worker() 200 static unsigned int group(pthread_t *pth, in group() 277 pthread_t *pth_tab; in bench_sched_messaging() 282 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t)); in bench_sched_messaging()
|
/external/compiler-rt/test/tsan/ |
D | signal_recursive.cc | 61 static void StopWorld(pthread_t thread) { in StopWorld() 71 static void StartWorld(pthread_t thread) { in StartWorld() 81 static void CollectGarbage(pthread_t thread) { in CollectGarbage() 111 pthread_t busy_thread; in main()
|
D | mmap_stress.cc | 20 pthread_t th[4]; in Worker1() 30 pthread_t th[4]; in Worker() 39 pthread_t th[4]; in main()
|
D | bench.h | 47 pthread_t *th = (pthread_t*)malloc(nth * sizeof(pthread_t)); in start_thread_group()
|
/external/ltrace/testsuite/ltrace.main/ |
D | main-threaded.c | 18 pthread_t thread1; in main() 19 pthread_t thread2; in main() 20 pthread_t thread3; in main()
|
/external/squashfs-tools/squashfs-tools/ |
D | restore.c | 49 extern pthread_t reader_thread, writer_thread, main_thread; 50 extern pthread_t *deflator_thread, *frag_deflator_thread, *frag_thread; 57 static pthread_t restore_thread; 151 pthread_t *init_restore_thread() in init_restore_thread()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_linux_test.cc | 65 pthread_t pthread_id; in SetUp() 83 void SpawnTidReporter(pthread_t *pthread_id, pid_t *tid); 87 std::vector<pthread_t> pthread_ids_; 109 void ThreadListerTest::SpawnTidReporter(pthread_t *pthread_id, in SpawnTidReporter() 173 pthread_t extra_pthread_id; in TEST_F() 207 pthread_t tid; in TEST() 226 pthread_t tid; in TEST()
|
D | sanitizer_pthread_wrappers.h | 29 typedef HANDLE pthread_t; typedef 44 inline void PTHREAD_CREATE(pthread_t *thread, void *attr, in PTHREAD_CREATE() 54 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { in PTHREAD_JOIN()
|
/external/compiler-rt/lib/tsan/benchmarks/ |
D | vts_many_threads_bench.cc | 93 pthread_t *t = new pthread_t[n_threads]; in main() 95 pthread_t *g_t = new pthread_t[n_garbage_threads]; in main()
|
/external/valgrind/drd/tests/ |
D | local_static.cpp | 32 std::vector<pthread_t> thread(2); in main() 35 for (std::vector<pthread_t>::iterator p = thread.begin(); p != thread.end(); in main() 44 for (std::vector<pthread_t>::const_iterator p = thread.begin(); in main()
|
/external/lldb/test/functionalities/thread/ |
D | main.c | 28 pthread_t thread_2; in thread1() 41 pthread_t thread_1; in main() 42 pthread_t thread_3; in main()
|
/external/lldb/test/functionalities/thread/thread_exit/ |
D | main.cpp | 59 pthread_t thread_1; in main() 60 pthread_t thread_2; in main() 61 pthread_t thread_3; in main()
|
/external/valgrind/none/tests/ |
D | pth_cancel2.c | 65 pthread_t * target = (pthread_t *)arg; in killer() 74 pthread_t io_thread, killer_thread; in main()
|
/external/lldb/test/functionalities/watchpoint/multiple_threads/ |
D | main.cpp | 17 pthread_t g_thread_1 = NULL; 18 pthread_t g_thread_2 = NULL; 19 pthread_t g_thread_3 = NULL;
|
/external/lldb/test/functionalities/stop-hook/multiple_threads/ |
D | main.cpp | 17 pthread_t g_thread_1 = NULL; 18 pthread_t g_thread_2 = NULL; 19 pthread_t g_thread_3 = NULL;
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.h | 35 typedef HANDLE pthread_t; typedef 50 static INLINE int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() 54 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */ in pthread_create() 65 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join()
|
/external/lldb/test/python_api/watchpoint/watchlocation/ |
D | main.cpp | 17 pthread_t g_thread_1 = NULL; 18 pthread_t g_thread_2 = NULL; 19 pthread_t g_thread_3 = NULL;
|
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/ |
D | main.cpp | 17 pthread_t g_thread_1 = NULL; 18 pthread_t g_thread_2 = NULL; 19 pthread_t g_thread_3 = NULL;
|
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/ |
D | main.cpp | 17 pthread_t g_thread_1 = NULL; 18 pthread_t g_thread_2 = NULL; 19 pthread_t g_thread_3 = NULL;
|