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

  /src/lib/libpthread/
pthread_cond.c 89 (attr == NULL) || (attr->ptca_magic == _PT_CONDATTR_MAGIC));
333 attr->ptca_magic = _PT_CONDATTR_MAGIC;
344 attr->ptca_magic == _PT_CONDATTR_MAGIC);
366 attr->ptca_magic == _PT_CONDATTR_MAGIC);
379 attr->ptca_magic == _PT_CONDATTR_MAGIC);
394 attr->ptca_magic == _PT_CONDATTR_MAGIC);
405 attr->ptca_magic == _PT_CONDATTR_MAGIC);
pthread_types.h 198 #define _PT_CONDATTR_MAGIC 0x66660006

Completed in 13 milliseconds