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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
flockfile.c 85 if (_LOCKOWNER(fp) == thr_self()) {
88 _LOCKOWNER(fp) = thr_self();
114 if (_LOCKOWNER(fp) == thr_self()) {
125 _LOCKOWNER(fp) = thr_self();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_solaris.h 64 return thr_self();
  /external/python/cpython2/Python/
thread_solaris.h 64 return thr_self();
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 220 #define thr_self() __libc_thr_self() macro
262 #define thr_self()
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_freebsd_386.go 261 SYS_THR_SELF = 432 // { int thr_self(long *id); }
zsysnum_freebsd_amd64.go 261 SYS_THR_SELF = 432 // { int thr_self(long *id); }
zsysnum_freebsd_arm.go 261 SYS_THR_SELF = 432 // { int thr_self(long *id); }
  /external/e2fsprogs/
configure 8172 thr_self(); function
    [all...]

Completed in 449 milliseconds