Home
last modified time | relevance | path

Searched defs:blocking_child_tag (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_worker.h64 typedef struct blocking_child_tag { struct
79 typedef struct blocking_child_tag { argument
94 int reusable;
95 sem_ref accesslock; /* shared access lock */
96 thr_ref thread_ref; /* thread 'handle' */
100 workitems;
101 volatile size_t workitems_alloc;
102 size_t head_workitem; /* parent */
103 size_t tail_workitem; /* child */
104 sem_ref workitems_pending; /* signalling */
[all …]