Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dmutex.h55 struct mtx_link { struct
56 struct mtx_link *next; argument
57 struct mtx_link *prev; argument
60 void (*callback)(struct mtx_link *, void *arg, int error); argument
64 typedef struct mtx_link mtx_link_t; argument