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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c197 int thread_cnt = 0; variable
208 thread_cnt++;
245 thread_cnt--;
246 if( thread_cnt<=0 ){
275 while( thread_cnt>0 ){
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c2021 handlep->thread_cnt = 0;
2137 handlep->thread_cnt = 0;
2245 hdlp->thread_cnt++;
2332 hdlp->thread_cnt--;
2347 if (hdlp->thread_cnt > 1) {
2349 hdlp->thread_cnt--;
2363 hdlp->thread_cnt--;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h79 uint32_t thread_cnt; /* number of threads issuing PIOs */ member in struct:i_hca_acc_handle

Completed in 73 milliseconds