PTHREAD_ONCE_INIT 675 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h #define PTHREAD_ONCE_INIT { PTW32_FALSE, 0, 0, 0} PTHREAD_ONCE_INIT 127 third_party/tcmalloc/chromium/src/windows/port.h enum { PTHREAD_ONCE_INIT = 0 }; /* important that this be 0! for SpinLock */ PTHREAD_ONCE_INIT 124 third_party/tcmalloc/vendor/src/windows/port.h enum { PTHREAD_ONCE_INIT = 0 }; /* important that this be 0! for SpinLock */