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 177 assert(lock->magic == FIO_RWLOCK_MAGIC);
183 assert(lock->magic == FIO_RWLOCK_MAGIC);
189 assert(lock->magic == FIO_RWLOCK_MAGIC);
195 assert(lock->magic == FIO_RWLOCK_MAGIC);
214 lock->magic = FIO_RWLOCK_MAGIC;

Completed in 815 milliseconds