Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c197 int thread_cnt = 0; variable
208 thread_cnt++; in worker_bee()
245 thread_cnt--; in worker_bee()
246 if( thread_cnt<=0 ){ in worker_bee()
275 while( thread_cnt>0 ){ in main()
/titanic_50/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()
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h79 uint32_t thread_cnt; /* number of threads issuing PIOs */ member