Home | History | Annotate | Download | only in src

Lines Matching refs:libpthread_initialized

163 static bool libpthread_initialized = false;
164 static bool initializer = (libpthread_initialized = true, true);
168 if (!libpthread_initialized) return true;
285 // Invariants (once libpthread_initialized is true):
311 if (libpthread_initialized)