Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_mutex.c227 if (curthread->robust_inited) in mutex_init_robust()
233 curthread->robust_inited = 1; in mutex_init_robust()
H A Dthr_private.h558 int robust_inited; member