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

  /external/v8/src/
once.cc 45 if (state == ONCE_STATE_DONE) {
62 Release_Store(once, ONCE_STATE_DONE);
once.h 92 ONCE_STATE_DONE = 2
106 if (Acquire_Load(once) != ONCE_STATE_DONE) {
115 if (Acquire_Load(once) != ONCE_STATE_DONE) {
lazy-instance.h 181 *once = ONCE_STATE_DONE;

Completed in 881 milliseconds