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

/netbsd-current/lib/libpthread/
H A Dpthread_queue.h69 #define PTQ_INSERT_HEAD(head, elm, field) do { \ macro
H A Dpthread_tsd.c207 PTQ_INSERT_HEAD(&pthread__tsd_list[key], pt, pts_next);
H A Dpthread.c257 PTQ_INSERT_HEAD(&pthread__allqueue, first, pt_allq);
749 PTQ_INSERT_HEAD(&pthread__deadqueue, thread, pt_deadq);
1034 PTQ_INSERT_HEAD(&self->pt_cleanup_stack, entry, ptc_next);
H A Dpthread_rwlock.c221 PTQ_INSERT_HEAD(&ptr->ptr_rblocked, self, pt_sleep);

Completed in 568 milliseconds