Searched defs:blocking_child_tag (Results 1 – 1 of 1) sorted by relevance
64 typedef struct blocking_child_tag { struct79 typedef struct blocking_child_tag { argument94 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 …]