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

  /external/lzma/CPP/Windows/
Thread.h 18 bool IsCreated() { return Thread_WasCreated(&thread) != 0; }
  /external/lzma/C/
Threads.h 20 #define Thread_WasCreated(p) (*(p) != NULL)
MtCoder.c 135 if (Thread_WasCreated(&p->thread.thread))
292 if (!Thread_WasCreated(&lt->thread))
LzFindMt.c 54 if (!Thread_WasCreated(&p->thread) || p->needStart)
76 if (Thread_WasCreated(&p->thread))

Completed in 2089 milliseconds