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 8 #define FIO_RWLOCK_MAGIC 0x52574c4fU
mutex.c 246 assert(lock->magic == FIO_RWLOCK_MAGIC);
252 assert(lock->magic == FIO_RWLOCK_MAGIC);
258 assert(lock->magic == FIO_RWLOCK_MAGIC);
264 assert(lock->magic == FIO_RWLOCK_MAGIC);
283 lock->magic = FIO_RWLOCK_MAGIC;

Completed in 47 milliseconds