Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest4.c191 static void stop_thread(Thread *p){ in stop_thread() function
224 if( threadset[i].busy ) stop_thread(&threadset[i]); in tcl_thread_halt()
233 stop_thread(&threadset[i]); in tcl_thread_halt()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h194 boolean_t stop_thread; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c1459 while (ici->stop_thread == B_FALSE) { in pmcs_check_intr_coal()
1464 while (ici->stop_thread == B_FALSE) { in pmcs_check_intr_coal()
1472 if (ici->stop_thread == B_TRUE) { in pmcs_check_intr_coal()
H A Dpmcs_attach.c1368 pwp->io_intr_coal.stop_thread = B_TRUE; in pmcs_unattach()