Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dsleeptab.h93 typedef struct turnstile { struct
95 struct turnstile *ts_free; /* turnstile free list */ argument
103 SLIST_ENTRY(turnstile) ts_pichain; argument
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Dtask_barrier.h48 static inline void task_barrier_signal_turnstile(struct semaphore *turnstile, in task_barrier_signal_turnstile()