Searched refs:ksyn_waitq_element (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h35 struct ksyn_waitq_element { struct
36 TAILQ_ENTRY(ksyn_waitq_element) kwe_list; /* link to other list members */
44 typedef struct ksyn_waitq_element * ksyn_waitq_element_t;
H A Duser.h248 struct ksyn_waitq_element uu_kwe; /* user for pthread synch */
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c185 static zone_t kwe_zone; /* zone for allocation of ksyn_waitq_element */
191 TAILQ_HEAD(ksynq_kwelist_head, ksyn_waitq_element) ksynq_kwelist;
1187 bzero(nkwe, sizeof(struct ksyn_waitq_element));
4445 bzero(newkwe, sizeof(struct ksyn_waitq_element));
4508 kwe_zone = (zone_t)zinit(sizeof(struct ksyn_waitq_element), 8192 * sizeof(struct ksyn_waitq_element), 4096, "ksyn_waitq_element zone");

Completed in 23 milliseconds