Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c194 int thread_cnt = 0; variable
205 thread_cnt++; in worker_bee()
242 thread_cnt--; in worker_bee()
243 if( thread_cnt<=0 ){ in worker_bee()
272 while( thread_cnt>0 ){ in main()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c2021 handlep->thread_cnt = 0; in i_hca_regs_map_setup()
2137 handlep->thread_cnt = 0; in i_hca_pci_config_setup()
2245 hdlp->thread_cnt++; in i_hca_pio_start()
2332 hdlp->thread_cnt--; in i_hca_pio_end()
2347 if (hdlp->thread_cnt > 1) { in i_hca_pio_end()
2349 hdlp->thread_cnt--; in i_hca_pio_end()
2363 hdlp->thread_cnt--; in i_hca_pio_end()
/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