Searched refs:thr_self (Results 1 – 3 of 3) sorted by relevance
85 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()
220 #define thr_self() __libc_thr_self() macro262 #define thr_self()
64 return thr_self(); in PyThread_get_thread_ident()