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

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread.h 38 if (UNLIKELY(!random_state_inited_))
98 bool random_state_inited_; // Whether InitRandomState() has been called. member in class:__hwasan::Thread
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread.h 38 if (UNLIKELY(!random_state_inited_))
105 bool random_state_inited_; // Whether InitRandomState() has been called. member in class:__hwasan::Thread

Completed in 13 milliseconds