Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dthread.h167 struct lwkt_tokref { struct
168 lwkt_token_t tr_tok; /* token in question */
169 long tr_count; /* TOK_EXCLUSIVE|TOK_EXCLREQ or 0 */
170 struct thread *tr_owner; /* me */