HomeSort by relevance Sort by last modified time
    Searched defs:rwlock_t (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
2003-11-04-EmptyStruct.c 3 typedef struct { } rwlock_t; typedef in typeref:struct:__anon23151
4 struct fs_struct { rwlock_t lock; int umask; };
5 void __copy_fs_struct(struct fs_struct *fs) { fs->lock = (rwlock_t) { }; }
  /bionic/libc/upstream-netbsd/android/include/
reentrant.h 35 #define rwlock_t pthread_rwlock_t macro
  /development/ndk/platforms/android-3/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon1485
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)

Completed in 61 milliseconds