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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_cxx/txn_guide/
H A DTxnGuide.cpp84 thread_t writerThreads[NUMWRITERS]; local
152 &writerThreads[i], NULL,
157 (void)thread_join(writerThreads[i], NULL);
H A DTxnGuideInMemory.cpp76 thread_t writerThreads[NUMWRITERS]; local
133 &writerThreads[i], NULL,
139 (void)thread_join(writerThreads[i], NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_stl/
H A DStlTransactionGuideExample.cpp85 thread_t writerThreads[NUMWRITERS]; local
157 (void)thread_create(&writerThreads[i], NULL,
163 (void)thread_join(writerThreads[i], NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_cxx/txn_guide/
H A DTxnGuide.cpp84 thread_t writerThreads[NUMWRITERS]; local
152 &writerThreads[i], NULL,
157 (void)thread_join(writerThreads[i], NULL);
H A DTxnGuideInMemory.cpp76 thread_t writerThreads[NUMWRITERS]; local
133 &writerThreads[i], NULL,
139 (void)thread_join(writerThreads[i], NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_stl/
H A DStlTransactionGuideExample.cpp85 thread_t writerThreads[NUMWRITERS]; local
157 (void)thread_create(&writerThreads[i], NULL,
163 (void)thread_join(writerThreads[i], NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_cxx/txn_guide/
H A DTxnGuide.cpp84 thread_t writerThreads[NUMWRITERS]; local
152 &writerThreads[i], NULL,
157 (void)thread_join(writerThreads[i], NULL);
H A DTxnGuideInMemory.cpp76 thread_t writerThreads[NUMWRITERS]; local
133 &writerThreads[i], NULL,
139 (void)thread_join(writerThreads[i], NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_stl/
H A DStlTransactionGuideExample.cpp85 thread_t writerThreads[NUMWRITERS]; local
157 (void)thread_create(&writerThreads[i], NULL,
163 (void)thread_join(writerThreads[i], NULL);

Completed in 127 milliseconds