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

/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/txn_guide/
H A DTxnGuide.cpp73 thread_t writerThreads[NUMWRITERS]; local
141 &writerThreads[i], NULL,
146 (void)thread_join(writerThreads[i], NULL);
H A DTxnGuideInMemory.cpp65 thread_t writerThreads[NUMWRITERS]; local
122 &writerThreads[i], NULL,
128 (void)thread_join(writerThreads[i], NULL);

Completed in 74 milliseconds