Searched refs:held_mutex_owned (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libkse/test/
H A Dmutex_d.c315 int held_mutex_owned[MAX_THREAD_CMDS]; local
380 held_mutex_owned[mutex_count] = 1;
384 held_mutex_owned[mutex_count] = 0;
395 if (held_mutex_owned[mutex_count] != 0)
444 if (held_mutex_owned[i] != 0)

Completed in 43 milliseconds