Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_thread.cpp48 const int kAlive = 1000; in TEST() local
49 pthread_t threads[kAlive] = {}; in TEST()
51 if (threads[i % kAlive]) in TEST()
52 pthread_join(threads[i % kAlive], 0); in TEST()
53 pthread_create(&threads[i % kAlive], 0, thread_alot_func, 0); in TEST()
55 for (int i = 0; i < kAlive; i++) { in TEST()