HomeSort by relevance Sort by last modified time
    Searched refs:FIO_RWLOCK_MAGIC (Results 1 - 2 of 2) sorted by null

  /external/fio/
mutex.h 7 #define FIO_RWLOCK_MAGIC 0x52574c4fU
mutex.c 187 assert(lock->magic == FIO_RWLOCK_MAGIC);
193 assert(lock->magic == FIO_RWLOCK_MAGIC);
199 assert(lock->magic == FIO_RWLOCK_MAGIC);
205 assert(lock->magic == FIO_RWLOCK_MAGIC);
224 lock->magic = FIO_RWLOCK_MAGIC;

Completed in 803 milliseconds