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 18 #define Thread_WasCreated(p) (*(p) != NULL)
MtCoder.c 133 if (Thread_WasCreated(&p->thread.thread))
290 if (!Thread_WasCreated(&lt->thread))
LzFindMt.c 52 if (!Thread_WasCreated(&p->thread) || p->needStart)
74 if (Thread_WasCreated(&p->thread))

Completed in 470 milliseconds