HomeSort by relevance Sort by last modified time
    Searched defs:threadid (Results 1 - 8 of 8) sorted by null

  /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/python/cpython3/Python/
thread_pthread.h 257 volatile pthread_t threadid; local
260 threadid = pthread_self();
261 return (unsigned long) threadid;
  /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 31054 #define threadid macro
31056 #define threadid macro
    [all...]

Completed in 334 milliseconds