lock.h | 97 __swp(unsigned char __val, __cpu_simple_lock_t *__ptr) function in typeref:typename:unsigned char 114 __swp(int __val, __cpu_simple_lock_t *__ptr) function in typeref:typename:int 175 while (__swp(__SIMPLELOCK_LOCKED, __alp) != __SIMPLELOCK_UNLOCKED) 196 return (__swp(__SIMPLELOCK_LOCKED, __alp) == __SIMPLELOCK_UNLOCKED);
|