Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/external/webkit/Source/JavaScriptCore/wtf/
DThreadingPthreads.cpp64 typedef HashMap<ThreadIdentifier, pthread_t> ThreadMap;
103 static ThreadIdentifier identifierByPthreadHandle(const pthread_t& pthreadHandle) in identifierByPthreadHandle()
116 static ThreadIdentifier establishIdentifierForPthreadHandle(const pthread_t& pthreadHandle) in establishIdentifierForPthreadHandle()
129 static pthread_t pthreadHandleForIdentifier(ThreadIdentifier id) in pthreadHandleForIdentifier()
161 pthread_t threadHandle; in createThreadInternal()
179 pthread_t threadHandle; in createThreadInternal()
212 pthread_t pthreadHandle = pthreadHandleForIdentifier(threadID); in waitForThreadCompletion()
227 pthread_t pthreadHandle = pthreadHandleForIdentifier(threadID); in detachThread()
DStackBounds.cpp82 pthread_t thread = pthread_self(); in initialize()
93 pthread_t thread = pthread_self(); in initialize()
127 pthread_t thread = pthread_self(); in initialize()
162 pthread_t thread = pthread_self(); in initialize()
/external/linux-tools-perf/bench/
Dsched-messaging.c148 static pthread_t create_worker(void *ctx, void *(*func)(void *)) in create_worker()
151 pthread_t childid; in create_worker()
169 return (pthread_t)0; in create_worker()
189 static void reap_worker(pthread_t id) in reap_worker()
205 static unsigned int group(pthread_t *pth, in group()
282 pthread_t *pth_tab; in bench_sched_messaging()
287 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t)); in bench_sched_messaging()
/external/compiler-rt/lib/tsan/benchmarks/
Dvts_many_threads_bench.cc93 pthread_t *t = new pthread_t[n_threads]; in main()
95 pthread_t *g_t = new pthread_t[n_garbage_threads]; in main()
Dstart_many_threads.cc38 pthread_t *t = new pthread_t[n_threads]; in main()
Dmini_bench_local.cc39 pthread_t *t = new pthread_t[n_threads]; in main()
Dmini_bench_shared.cc41 pthread_t *t = new pthread_t[n_threads]; in main()
/external/valgrind/main/none/tests/
Dpth_cancel2.c65 pthread_t * target = (pthread_t *)arg; in killer()
74 pthread_t io_thread, killer_thread; in main()
Dpth_blockedsig.c11 static pthread_t main_thread;
35 pthread_t child; in main()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc63 pthread_t pthread_id; in SetUp()
81 void SpawnTidReporter(pthread_t *pthread_id, pid_t *tid);
85 std::vector<pthread_t> pthread_ids_;
107 void ThreadListerTest::SpawnTidReporter(pthread_t *pthread_id, in SpawnTidReporter()
171 pthread_t extra_pthread_id; in TEST_F()
Dsanitizer_mutex_test.cc105 pthread_t threads[kThreads]; in TEST()
116 pthread_t threads[kThreads]; in TEST()
127 pthread_t threads[kThreads]; in TEST()
/external/webkit/Tools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp47 typedef HashSet<pthread_t> ThreadSet;
95 pthread_t pthread; in runJavaScriptThread()
121 pthread_t pthread; in startJavaScriptThreads()
/external/compiler-rt/lib/tsan/lit_tests/
Dstack_race2.cc13 pthread_t t; in Thread()
21 pthread_t t; in main()
Dtls_race2.cc13 pthread_t t; in Thread()
21 pthread_t t; in main()
Dsignal_errno.cc10 pthread_t mainth;
28 pthread_t th; in main()
Dstatic_init5.cc19 pthread_t t; in CreateCache()
34 pthread_t t[2]; in main()
Dstatic_init6.cc19 pthread_t t; in CreateCache()
34 pthread_t t[2]; in main()
Dsimple_stack.c37 void StartThread(pthread_t *t, void *(*f)(void*)) { in StartThread()
42 pthread_t t[2]; in main()
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc29 pthread_t child; in CFAllocator_DoubleFreeOnPthread()
55 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread()
176 pthread_t workers[kNumWorkers], forker; in TEST()
197 pthread_t th; in TEST()
/external/valgrind/main/drd/tests/
Dpth_create_glibc_2_0.c13 extern int pthread_create_glibc_2_0(pthread_t*, const pthread_attr_t*,
28 pthread_t thr; in main()
Drwlock_race.c37 pthread_t thread1; in main()
38 pthread_t thread2; in main()
/external/valgrind/unittest/
Ddeadlock_unittest.cc136 static map<pthread_t, int> m; in ThreadId()
139 pthread_t self = pthread_self(); in ThreadId()
142 map<pthread_t, int>::iterator it = m.find(self); in ThreadId()
/external/compiler-rt/lib/asan/lit_tests/
Ddeep_thread_stack.cc33 pthread_t thread; in RunnerThread()
40 pthread_t runner; in RunThread()
/external/webp/src/utils/
Dthread.h28 typedef HANDLE pthread_t; typedef
59 pthread_t thread_;
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutex_test.cc99 pthread_t threads[kThreads]; in TEST()
109 pthread_t threads[kThreads]; in TEST()
119 pthread_t threads[kThreads]; in TEST()

12345678910>>...14