Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dmutex-16200.c187 THR_STATE_RUNNING enumerator
208 return (THR_STATE_RUNNING); in mutex_test_thr_state()
212 return (THR_STATE_RUNNING); in mutex_test_thr_state()
219 return (THR_STATE_RUNNING); in mutex_test_thr_state()
239 while ((state = mutex_test_thr_state(thr)) == THR_STATE_RUNNING) { in mutex_test_run_one()