| /external/valgrind/drd/tests/ |
| linuxthreads_det.c | 29 pthread_t threadid; local 32 pthread_create(&threadid, 0, thread_func, 0); 33 pthread_join(threadid, 0);
|
| pth_cond_race.c | 28 pthread_t threadid; local 46 pthread_create(&threadid, 0, thread_func, 0); 51 pthread_join(threadid, 0);
|
| pth_cond_destroy_busy.c | 39 pthread_t threadid; local 45 pthread_create(&threadid, 0, thread_func, 0); 61 pthread_join(threadid, 0);
|
| sigalrm.c | 58 pthread_t threadid; local 75 if (pthread_create(&threadid, 0, thread_func, 0) != 0) { 84 pthread_kill(threadid, SIGALRM); 85 pthread_join(threadid, 0);
|
| fp_race.c | 35 pthread_t threadid; local 71 pthread_create(&threadid, 0, thread_func, 0); 82 pthread_join(threadid, 0);
|
| sem_as_mutex.c | 36 pthread_t threadid; local 72 pthread_create(&threadid, 0, thread_func, 0); 83 pthread_join(threadid, 0);
|
| sem_open.c | 36 pthread_t threadid; local 85 pthread_create(&threadid, 0, thread_func, 0); 96 pthread_join(threadid, 0);
|
| /external/valgrind/drd/ |
| drd_vc.h | 60 DrdThreadId threadid; member in struct:__anon25852 109 while (j < vc2->size && vc2->vc[j].threadid < vc1->vc[i].threadid) 111 if (j >= vc2->size || vc2->vc[j].threadid > vc1->vc[i].threadid) 118 tl_assert(j < vc2->size && vc2->vc[j].threadid == vc1->vc[i].threadid);
|
| /hardware/qcom/audio/hal/audio_extn/ |
| spkr_protection.c | 140 pthread_t threadid; local 143 threadid = pthread_self(); 145 if (pthread_equal(handle.speaker_prot_threadid, threadid) || !adev) {
|
| /hardware/qcom/audio/msm8909/hal/audio_extn/ |
| spkr_protection.c | 150 pthread_t threadid; local 153 threadid = pthread_self(); 155 if (pthread_equal(handle.speaker_prot_threadid, threadid) || !adev) { [all...] |
| /external/dlmalloc/ |
| malloc.c | 1916 THREAD_ID_T threadid; member in struct:malloc_recursive_lock [all...] |
| /external/sqlite/dist/orig/ |
| sqlite3.c | 26913 #define threadid macro 26915 #define threadid macro [all...] |
| /external/sqlite/dist/ |
| sqlite3.c | 26920 #define threadid macro 26922 #define threadid macro [all...] |