Searched refs:writer_threads (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide.c76 thread_t writer_threads[NUMWRITERS]; local
159 &writer_threads[i], NULL, writer_thread, (void *)dbp);
163 (void)thread_join(writer_threads[i], NULL);
H A Dtxn_guide_inmemory.c67 thread_t writer_threads[NUMWRITERS]; local
160 &writer_threads[i], NULL, writer_thread, (void *)dbp);
164 (void)thread_join(writer_threads[i], NULL);

Completed in 122 milliseconds