Home
last modified time | relevance | path

Searched refs:PTQ_FOREACH (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libpthread/
H A Dpthread_queue.h127 #define PTQ_FOREACH(var, head, field) \ macro
H A Dpthread.c464 PTQ_FOREACH(newthread, &pthread__deadqueue, pt_deadq) { in pthread_create()
1221 PTQ_FOREACH(target, queue, pt_sleep) { in pthread__unpark_all()
H A Dpthread_rwlock.c538 PTQ_FOREACH(thread, &ptr->ptr_rblocked, pt_sleep) { in pthread_rwlock_unlock()