HomeSort by: relevance | last modified time | path
    Searched refs:ptc_magic (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libpthread/
pthread_cond.c 76 cond->ptc_magic == _PT_COND_MAGIC);
91 cond->ptc_magic = _PT_COND_MAGIC;
114 cond->ptc_magic == _PT_COND_MAGIC);
118 cond->ptc_magic = _PT_COND_DEAD;
137 cond->ptc_magic == _PT_COND_MAGIC);
247 cond->ptc_magic == _PT_COND_MAGIC);
292 cond->ptc_magic == _PT_COND_MAGIC);
pthread_types.h 171 unsigned int ptc_magic; member in struct:__pthread_cond_st
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
types.d 891 uint ptc_magic;

Completed in 17 milliseconds