Searched defs:Thread (Results 1 - 25 of 122) sorted by relevance

12345

/external/compiler-rt/test/tsan/
H A Datomic_free.cc5 void *Thread(void *a) { function
13 pthread_create(&t, 0, Thread, a);
H A Datomic_free2.cc5 void *Thread(void *a) { function
14 pthread_create(&t, 0, Thread, a);
H A Dfd_close_norace2.cc8 void *Thread(void *x) { function
21 pthread_create(&t, 0, Thread, 0);
H A Dignore_free.cc14 void *Thread(void *p) { function
22 pthread_create(&t, 0, Thread, p);
H A Dthread_end_with_ignore.cc7 void *Thread(void *x) { function
14 pthread_create(&t, 0, Thread, 0);
23 // CHECK: #1 Thread
H A Dthread_leak.c5 void *Thread(void *x) { function
11 pthread_create(&t, 0, Thread, 0);
H A Dthread_leak2.c5 void *Thread(void *x) { function
11 pthread_create(&t, 0, Thread, 0);
H A Dthread_leak3.c5 void *Thread(void *x) { function
11 pthread_create(&t, 0, Thread, 0);
H A Dthread_leak4.c6 void *Thread(void *x) { function
13 pthread_create(&t, 0, Thread, 0);
H A Dglobal_race.cc9 void *Thread(void *a) { function
18 pthread_create(&t, 0, Thread, 0);
H A Dglobal_race2.cc9 void *Thread(void *a) { function
18 pthread_create(&t, 0, Thread, 0);
H A Dhalt_on_error.cc8 void *Thread(void *x) { function
17 pthread_create(&t, 0, Thread, 0);
H A Dheap_race.cc6 void *Thread(void *a) { function
14 pthread_create(&t, NULL, Thread, p);
H A Dignore_race.cc13 void *Thread(void *x) { function
24 pthread_create(&t, 0, Thread, 0);
H A Drace_on_mutex2.c7 void *Thread(void *x) { function
17 pthread_create(&t, 0, Thread, &Mtx);
H A Dsleep_sync2.cc7 void *Thread(void *p) { function
15 pthread_create(&t, 0, Thread, 0);
H A Dstack_race.cc6 void *Thread(void *a) { function
15 pthread_create(&t, 0, Thread, &Var);
H A Dthread_leak5.c5 void *Thread(void *x) { function
13 pthread_create(&t, 0, Thread, 0);
H A Dtls_race.cc6 void *Thread(void *a) { function
15 pthread_create(&t, 0, Thread, &Var);
H A Dbenign_race.cc18 void *Thread(void *x) { function
31 pthread_create(&t, 0, Thread, 0);
H A Dglobal_race3.cc14 void *Thread(void *a) { function
23 pthread_create(&t, 0, Thread, 0);
H A Dignore_lib_lib.h10 void *Thread(void *p) { function
19 pthread_create(&t, 0, Thread, 0);
/external/deqp/framework/delibs/decpp/
H A DdeThread.cpp21 * \brief Thread base class.
35 * \brief Thread constructor.
37 Thread::Thread (void) function in class:de::Thread
49 Thread::~Thread (void)
65 void Thread::setPriority (deThreadPriority priority)
72 static_cast<Thread*>(arg)->run();
83 void Thread::start (void)
100 void Thread
[all...]
/external/chromium_org/third_party/re2/util/
H A Dthread.h10 class Thread { class
12 Thread();
13 virtual ~Thread();
/external/regex-re2/util/
H A Dthread.h10 class Thread { class
12 Thread();
13 virtual ~Thread();

Completed in 263 milliseconds

12345