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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_thread.cc49 const int kAlive = 1000; local
50 pthread_t threads[kAlive] = {};
52 if (threads[i % kAlive])
53 pthread_join(threads[i % kAlive], 0);
54 pthread_create(&threads[i % kAlive], 0, thread_alot_func, 0);
56 for (int i = 0; i < kAlive; i++) {

Completed in 178 milliseconds