Home
last modified time | relevance | path

Searched refs:priv_thread (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dprivileges.c43 static pthread_t priv_thread; variable
69 VERIFY3S(pthread_equal(pthread_self(), priv_thread), !=, 0); in illumos_priv_reduce()
78 VERIFY3S(pthread_equal(pthread_self(), priv_thread), !=, 0); in illumos_priv_add_set()
108 priv_thread = pthread_self(); in illumos_priv_init()
161 VERIFY3S(pthread_equal(pthread_self(), priv_thread), !=, 0); in illumos_priv_lock()