Searched refs:_LOCKOWNER (Results 1 – 2 of 2) sorted by relevance
85 if (_LOCKOWNER(fp) == thr_self()) { in ftrylockfile()87 } else if (_LOCKOWNER(fp) == NULL) { in ftrylockfile()88 _LOCKOWNER(fp) = thr_self(); in ftrylockfile()114 if (_LOCKOWNER(fp) == thr_self()) { in __flockfile_internal()122 while (_LOCKOWNER(fp) != NULL) in __flockfile_internal()125 _LOCKOWNER(fp) = thr_self(); in __flockfile_internal()156 _LOCKOWNER(fp) = NULL; in __funlockfile_internal()
52 #define _LOCKOWNER(fp) (_EXT(fp)->_lockowner) macro60 _LOCKOWNER(f) = NULL; \