Home
last modified time | relevance | path

Searched refs:QueuingR (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/libc/9sys/
H A Dqlock.c14 QueuingR, enumerator
138 mp->state = QueuingR; in rlock()
259 if(p->state != QueuingR) in wunlock()
263 while(q->head != nil && q->head->state == QueuingR){ in wunlock()
/plan9/sys/src/ape/lib/ap/plan9/
H A Dqlock.c25 QueuingR, enumerator
139 mp->state = QueuingR;
260 if(p->state != QueuingR)
264 while(q->head != nil && q->head->state == QueuingR){
/plan9/sys/src/liboventi/
H A Dplan9-thread.c8 QueuingR, /* queuing for read lock */ enumerator
304 t->state = QueuingR; in vtRLock()
339 while(t != nil && t->state == QueuingR) { in vtUnlock()
396 while(t != nil && t->state == QueuingR) { in vtSleep()
H A Dplan9-thread.acid439 QueuingR = 1;