|   /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);
  | 
| dlopen_lib.c  | 6 void *PrintHello(void *threadid) 8   const long tid = (uintptr_t)threadid;
  | 
| fp_race.c  | 35   pthread_t threadid;  local  71   pthread_create(&threadid, 0, thread_func, 0); 82   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);
  | 
| pth_cond_race.c  | 28   pthread_t threadid;  local  46   pthread_create(&threadid, 0, thread_func, 0); 51   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);
  | 
| 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);
  | 
| 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:__anon42610  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);
  | 
| drd_vc.c  | 91       if (vc->vc[i].threadid == tid) 139       while (i < result->size && result->vc[i].threadid < rhs->vc[j].threadid) 149       if (result->vc[i].threadid <= rhs->vc[j].threadid) 153          tl_assert(result->vc[i].threadid == rhs->vc[j].threadid); 181       while (j < rhs->size && rhs->vc[j].threadid < result->vc[i].threadid) 185       if (result->vc[i].threadid == rhs->vc[j].threadid     [all...] | 
|   /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ | 
| thread_pth.h  | 69     volatile pth_t threadid;
  local  73     threadid = pth_self();
 74     return (long) *(long *) &threadid;
  | 
| thread_pthread.h  | 228     volatile pthread_t threadid;
  local  232     threadid = pthread_self();
 234     return (long) threadid;
 236     return (long) *(long *) &threadid;
  | 
|   /external/python/cpython2/Python/ | 
| thread_pth.h  | 69     volatile pth_t threadid;  local  73     threadid = pth_self(); 74     return (long) *(long *) &threadid;
  | 
| thread_pthread.h  | 229     volatile pthread_t threadid;  local  233     threadid = pthread_self(); 235     return (long) threadid; 237     return (long) *(long *) &threadid;
  | 
|   /external/boringssl/src/include/openssl/ | 
| thread.h  | 140     void (*threadid_func)(CRYPTO_THREADID *threadid));
  | 
|   /external/python/cpython3/Python/ | 
| thread_pthread.h  | 253     volatile pthread_t threadid;  local  256     threadid = pthread_self(); 257     return (long) threadid;
  | 
|   /external/fio/engines/ | 
| windowsaio.c  | 116 			DWORD threadid;  local  120 			wd->iothread = CreateThread(NULL, 0, IoCompletionRoutine, ctx, 0, &threadid); 123 				fio_setaffinity(threadid, td->o.cpumask);
  | 
|   /external/scapy/scapy/ | 
| automaton.py  | 634         self.threadid = None 711             self.threadid = threading.currentThread().ident 727             self.debug(3, "Starting control thread [tid=%i]" % self.threadid) 759                 self.debug(3, "Transfering exception from tid=%i:\n%s"% (self.threadid, traceback.format_exception(*exc_info))) 762             self.debug(3, "Stopping control thread (tid=%i)"%self.threadid) 763             self.threadid = None     [all...] | 
|   /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) {     [all...] | 
|   /external/stressapptest/src/ | 
| worker.h  | 293   int ThreadID() {return thread_num_;} 542   virtual bool SpawnSlave(int newsock, int threadid);
  | 
| worker.cc  |     [all...] | 
|   /external/dlmalloc/ | 
| malloc.c  | 1916  THREAD_ID_T threadid;  member in struct:malloc_recursive_lock      [all...] | 
|   /external/sqlite/dist/orig/ | 
| sqlite3.c  | 31050 #define threadid  macro  31052 #define threadid  macro      [all...] | 
|   /external/sqlite/dist/ | 
| sqlite3.c  | 31050 #define threadid  macro  31052 #define threadid  macro      [all...] |