Home
last modified time | relevance | path

Searched refs:thr_self (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dflockfile.c85 if (_LOCKOWNER(fp) == thr_self()) { in ftrylockfile()
88 _LOCKOWNER(fp) = thr_self(); in ftrylockfile()
114 if (_LOCKOWNER(fp) == thr_self()) { in __flockfile_internal()
125 _LOCKOWNER(fp) = thr_self(); in __flockfile_internal()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dreentrant.h220 #define thr_self() __libc_thr_self() macro
262 #define thr_self()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_solaris.h64 return thr_self(); in PyThread_get_thread_ident()