HomeSort by relevance Sort by last modified time
    Searched full:reported_tid (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 47 pid_t reported_tid; member in struct:__sanitizer::TidReporterArgument
93 // Writes its TID once to reported_tid and waits until signaled to terminate.
97 arg->reported_tid = GetTid();
112 thread_arg.reported_tid = -1;
116 while (thread_arg.reported_tid == -1)
120 *tid = thread_arg.reported_tid;

Completed in 325 milliseconds