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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 61 static THREADLOCAL bool thread_inited; member in namespace:__anon4145
97 thread_inited = true;
105 if (UNLIKELY(!thread_inited))
113 if (UNLIKELY(!thread_inited))
120 if (UNLIKELY(!thread_inited))
130 if (UNLIKELY(!thread_inited))
144 if (UNLIKELY(!thread_inited))
153 if (UNLIKELY(!thread_inited))
161 if (UNLIKELY(!thread_inited))
sanitizer_allocator_testlib.cc 61 static THREADLOCAL bool thread_inited; member in namespace:__anon4145
97 thread_inited = true;
105 if (UNLIKELY(!thread_inited))
113 if (UNLIKELY(!thread_inited))
120 if (UNLIKELY(!thread_inited))
130 if (UNLIKELY(!thread_inited))
144 if (UNLIKELY(!thread_inited))
153 if (UNLIKELY(!thread_inited))
161 if (UNLIKELY(!thread_inited))

Completed in 43 milliseconds