HomeSort by: relevance | last modified time | path
    Searched defs:reported_tid (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 48 tid_t reported_tid; member in struct:__sanitizer::TidReporterArgument
94 // Writes its TID once to reported_tid and waits until signaled to terminate.
98 arg->reported_tid = GetTid();
112 thread_arg.reported_tid = -1;
116 while (thread_arg.reported_tid == (tid_t)(-1))
120 *tid = thread_arg.reported_tid;
sanitizer_linux_test.cc 48 tid_t reported_tid; member in struct:__sanitizer::TidReporterArgument
94 // Writes its TID once to reported_tid and waits until signaled to terminate.
98 arg->reported_tid = GetTid();
112 thread_arg.reported_tid = -1;
116 while (thread_arg.reported_tid == (tid_t)(-1))
120 *tid = thread_arg.reported_tid;
sanitizer_linux_test.cc 48 tid_t reported_tid; member in struct:__sanitizer::TidReporterArgument
94 // Writes its TID once to reported_tid and waits until signaled to terminate.
98 arg->reported_tid = GetTid();
112 thread_arg.reported_tid = -1;
116 while (thread_arg.reported_tid == (tid_t)(-1))
120 *tid = thread_arg.reported_tid;

Completed in 32 milliseconds