HomeSort by: relevance | last modified time | path
    Searched refs:ptc_magic (Results 1 - 2 of 2) 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

Completed in 24 milliseconds