Searched refs:_magic (Results 1 – 2 of 2) sorted by relevance
116 if (sem->_magic == SEM_MAGIC) in sem_check_validity()132 sem->_magic = SEM_MAGIC; in _sem_init()216 tmp._magic = SEM_MAGIC; in _sem_open()231 if (sem->_magic != SEM_MAGIC) { in _sem_open()321 sem->_magic = 0; in _sem_destroy()
42 __uint32_t _magic; member