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