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

  /src/lib/libpthread/
pthread_rwlock.c 101 ptr->ptr_magic = _PT_RWLOCK_MAGIC;
118 ptr->ptr_magic == _PT_RWLOCK_MAGIC);
125 ptr->ptr_magic = _PT_RWLOCK_DEAD;
166 ptr->ptr_magic == _PT_RWLOCK_MAGIC);
255 ptr->ptr_magic == _PT_RWLOCK_MAGIC);
288 ptr->ptr_magic == _PT_RWLOCK_MAGIC);
377 ptr->ptr_magic == _PT_RWLOCK_MAGIC);
454 ptr->ptr_magic == _PT_RWLOCK_MAGIC);
pthread_types.h 225 unsigned int ptr_magic; member in struct:__pthread_rwlock_st

Completed in 28 milliseconds