Home
last modified time | relevance | path

Searched refs:threadid (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_pth.h69 volatile pth_t threadid; in PyThread_get_thread_ident() local
73 threadid = pth_self(); in PyThread_get_thread_ident()
74 return (long) *(long *) &threadid; in PyThread_get_thread_ident()
Dthread_pthread.h228 volatile pthread_t threadid; in PyThread_get_thread_ident() local
232 threadid = pthread_self(); in PyThread_get_thread_ident()
234 return (long) threadid; in PyThread_get_thread_ident()
236 return (long) *(long *) &threadid; in PyThread_get_thread_ident()