OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this_thread_index
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc
113
uptr
this_thread_index
= __sync_fetch_and_add(
local
117
if (
this_thread_index
+ 1 < kThreadCount) {
119
pthread_create(&callback_argument->thread_ids[
this_thread_index
+ 1],
131
__sync_fetch_and_add(&callback_argument->counters[
this_thread_index
], 1);
Completed in 720 milliseconds