Searched defs:plh_lock (Results 1 – 1 of 1) sorted by relevance
229 int _Atomic plh_lock; /* lock for concurrent modifications to this plh */ member252 #define plh_lock(plh) while(!os_atomic_cmpxchg(&(plh)->plh_lock, 0, 1, acquire)) { loop_wait(); } macro