Searched refs:PTHRW_LVAL (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dpthreads.s57 #define PTHRW_LVAL 0 define
99 movl PTHRW_LVAL(%edi),%eax // get mutex LVAL
107 cmpxchgl %edx,PTHRW_LVAL(%edi) // try to acquire lock for real
132 cmpxchgl %edx,PTHRW_LVAL(%edi) // try to update lock status atomically
179 movl PTHRW_LVAL(%rdi),%eax // get old lval from mutex
188 cmpxchgl %r11d,PTHRW_LVAL(%rdi) // try to acquire lock
209 cmpxchgl %r11d,PTHRW_LVAL(%rdi) // try to update lock status atomically

Completed in 21 milliseconds