Searched defs:blocking_child_tag (Results 1 – 1 of 1) sorted by relevance
62 typedef struct blocking_child_tag { struct77 typedef struct blocking_child_tag { argument92 int reusable;93 sem_ref accesslock; /* shared access lock */94 thr_ref thread_ref; /* thread 'handle' */98 workitems;99 volatile size_t workitems_alloc;100 size_t head_workitem; /* parent */101 size_t tail_workitem; /* child */102 sem_ref workitems_pending; /* signalling */[all …]