Searched refs:thread_func (Results 1 - 25 of 68) sorted by relevance

123

/external/valgrind/drd/tests/
H A Dthread_name.stderr.exp3 thread_func instance 1
5 Thread 2 (thread_func instance 1):
8 by 0x........: thread_func (thread_name.c:?)
12 thread_func instance 2
14 Thread 3 (thread_func instance 2):
17 by 0x........: thread_func (thread_name.c:?)
21 thread_func instance 3
23 Thread 4 (thread_func instance 3):
26 by 0x........: thread_func (thread_name.c:?)
30 thread_func instanc
[all...]
H A Dlinuxthreads_det.c14 void* thread_func(void* arg) function
32 pthread_create(&threadid, 0, thread_func, 0);
H A Dpth_create_glibc_2_0.c19 static void* thread_func(void *arg) function
30 result = (*pthread_create_glibc_2_0)(&thr, 0, thread_func, 0);
H A Dpth_detached3.c8 static void* thread_func(void* arg) function
17 pthread_create(&thread, NULL, thread_func, NULL);
H A Dannotate_hb_race.c17 static void* thread_func(void* arg) function
35 pthread_create(&tid[0], 0, thread_func, &result[0]);
36 pthread_create(&tid[1], 0, thread_func, &result[1]);
H A Drwlock_race.c26 static void* thread_func(void* arg) function
47 pthread_create(&thread1, 0, thread_func, 0);
48 pthread_create(&thread2, 0, thread_func, 0);
H A Dfp_race.c12 static void* thread_func(void*);
71 pthread_create(&threadid, 0, thread_func, 0);
73 sleep(1); /* Wait until thread_func() finished. */
91 static void* thread_func(void* thread_arg) function
H A Dpth_cond_race.c13 static void* thread_func(void* thread_arg);
46 pthread_create(&threadid, 0, thread_func, 0);
59 static void* thread_func(void* thread_arg) function
H A Dsem_as_mutex.c13 static void* thread_func(void*);
72 pthread_create(&threadid, 0, thread_func, 0);
74 sleep(1); /* Wait until thread_func() finished. */
92 static void* thread_func(void* thread_arg) function
H A Dannotate_static.cpp22 static void* thread_func(void*) function
40 pthread_create(&tid, 0, thread_func, NULL);
H A Dannotate_ignore_rw.c14 static void* thread_func(void* arg) function
43 pthread_create(&tid, 0, thread_func, 0);
H A Dannotate_ignore_write.c14 static void* thread_func(void* arg) function
43 pthread_create(&tid, 0, thread_func, 0);
H A Dboost_thread.cpp15 static void thread_func(void) function
27 boost::thread t(thread_func);
H A Dlocal_static.cpp17 void* thread_func(void*) function
37 if (pthread_create(&*p, 0, thread_func, 0) != 0) {
H A Dpth_cond_destroy_busy.c25 static void* thread_func(void* thread_arg) function
45 pthread_create(&threadid, 0, thread_func, 0);
H A Dpth_spinlock.c20 static void* thread_func(void* arg) function
46 pthread_create(&tid[i], 0, thread_func, 0);
H A Drwlock_race.stderr.exp3 at 0x........: thread_func (rwlock_race.c:?)
9 at 0x........: thread_func (rwlock_race.c:?)
H A Dpth_create_chain.c15 static void* thread_func(void* p) function
27 pthread_create(&s_thread[thread_count], &attr, thread_func,
51 pthread_create(&s_thread[thread_count], &attr, thread_func,
/external/compiler-rt/test/lsan/TestCases/
H A Dcleanup_in_tsd_destructor.c26 void *thread_func(void *arg) { function
38 res = pthread_create(&thread_id, 0, thread_func, 0);
H A Ddisabler_in_tsd_destructor.c24 void *thread_func(void *arg) { function
34 res = pthread_create(&thread_id, 0, thread_func, 0);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
H A D1-1.c29 static void *thread_func() function
48 rc = pthread_create(&new_th, NULL, thread_func, NULL);
/external/valgrind/helgrind/tests/
H A Dfree_is_write.c12 static void* thread_func(void* arg) function
32 pthread_create(&tid, NULL, thread_func, NULL);
/external/boringssl/src/crypto/
H A Dthread_test.cc36 void (*thread_func)(void);
38 OPENSSL_memcpy(&thread_func, &arg, sizeof(thread_func));
39 thread_func();
43 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { argument
46 OPENSSL_memcpy(&arg, &thread_func, sizeof(arg));
67 void (*thread_func)(void) = reinterpret_cast<void (*)(void)>(arg);
68 thread_func();
72 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { argument
74 reinterpret_cast<void *>(thread_func))
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/
H A D1-1.c30 void *thread_func() function
51 rc = pthread_create(&new_th, NULL, thread_func, NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/speculative/
H A D3-1.c31 void *thread_func() function
43 rc = pthread_create(&new_th, NULL, thread_func, NULL);

Completed in 400 milliseconds

123