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

  /src/lib/libpthread/
pthread.c 106 int pthread__started; variable in typeref:typename:int
430 if (!pthread__started) {
448 * For the very first thread, before pthread__started
458 pthread__started = 1;

Completed in 38 milliseconds