OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RWLOCK_BIAS
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
spinlock.c
296
if (!(rwlock->count &
RWLOCK_BIAS
)) {
304
while(rwlock->count &
RWLOCK_BIAS
) {
320
rwlock->count |=
RWLOCK_BIAS
;
340
if (!(rwlock->count &
RWLOCK_BIAS
))
344
rwlock->count &= ~
RWLOCK_BIAS
;
356
if (rwlock->count &
RWLOCK_BIAS
)
spinlock.h
12
#define
RWLOCK_BIAS
0x1000UL
Completed in 440 milliseconds