OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kAlive
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_thread.cc
49
const int
kAlive
= 1000;
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 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025