Searched defs:board_thread_run (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c293 static volatile int board_thread_run = 0; variable
899 board_thread_run = 1;
928 board_thread_run = 0;
1233 ASSERT(board_thread_run == 0);
1258 while (board_thread_run == 1) {
1283 if (board_thread_run == 0) {
1302 board_thread_run = -1;

Completed in 82 milliseconds