HomeSort by relevance Sort by last modified time
    Searched refs:ThreadStatusCreated (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 26 ThreadStatusCreated, // Created but not yet running.
sanitizer_thread_registry.cc 70 status = ThreadStatusCreated;
275 CHECK_EQ(ThreadStatusCreated, tctx->status);

Completed in 191 milliseconds