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

123456

/external/opencv3/3rdparty/openexr/IlmThread/
H A DIlmThread.cpp37 // class Thread -- dummy implementation for
59 Thread::Thread () function in class:IlmThread::Thread
65 Thread::~Thread ()
72 Thread::start ()
H A DIlmThreadPosix.cpp37 // class Thread -- implementation for
69 return (reinterpret_cast<Thread*>(t))->run();
75 Thread::Thread () function in class:IlmThread::Thread
81 Thread::~Thread ()
89 Thread::start ()
/external/compiler-rt/test/tsan/
H A Datomic_free.cc4 void *Thread(void *a) { function
14 pthread_create(&t, 0, Thread, a);
H A Datomic_free2.cc4 void *Thread(void *a) { function
14 pthread_create(&t, 0, Thread, a);
H A Datomic_free3.cc6 void *Thread(void *a) { function
14 pthread_create(&t, 0, Thread, a);
28 // CHECK: #1 Thread
H A Dfd_close_norace2.cc8 void *Thread(void *x) { function
21 pthread_create(&t, 0, Thread, 0);
H A Dignore_free.cc11 void *Thread(void *p) { function
21 pthread_create(&t, 0, Thread, p);
H A Dmap32bit.cc18 void *Thread(void *ptr) { function
38 pthread_create(&t, 0, Thread, ptr);
H A Dthread_detach.c4 void *Thread(void *x) { function
12 pthread_create(&t, 0, Thread, 0);
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.c4 void *Thread(void *x) { function
12 pthread_create(&t, 0, Thread, 0);
H A Dthread_leak4.c4 void *Thread(void *x) { function
11 pthread_create(&t, 0, Thread, 0);
H A Dglobal_race.cc6 void *Thread(void *a) { function
16 pthread_create(&t, 0, Thread, 0);
H A Dglobal_race2.cc6 void *Thread(void *a) { function
16 pthread_create(&t, 0, Thread, 0);
H A Dhalt_on_error.cc6 void *Thread(void *x) { function
16 pthread_create(&t, 0, Thread, 0);
H A Dheap_race.cc7 void *Thread(void *a) { function
17 pthread_create(&t, NULL, Thread, p);
H A Dignore_race.cc11 void *Thread(void *x) { function
24 pthread_create(&t, 0, Thread, 0);
H A Drace_on_mutex2.c4 void *Thread(void *x) { function
16 pthread_create(&t, 0, Thread, &Mtx);
H A Dsleep_sync2.cc6 void *Thread(void *p) { function
16 pthread_create(&t, 0, Thread, 0);
H A Dstack_race.cc4 void *Thread(void *a) { function
14 pthread_create(&t, 0, Thread, &Var);
/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/compiler-rt/test/tsan/Darwin/
H A Dsymbolizer-atos.cc7 void *Thread(void *a) { function
17 pthread_create(&t, 0, Thread, 0);
H A Dsymbolizer-dladdr.cc7 void *Thread(void *a) { function
17 pthread_create(&t, 0, Thread, 0);

Completed in 197 milliseconds

123456