Searched refs:rwlock_t (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/lldb/source/Host/windows/ |
D | ProcessRunLock.cpp | 12 static PSRWLOCK GetLock(lldb::rwlock_t lock) { in GetLock() 16 static bool ReadLock(lldb::rwlock_t rwlock) { in ReadLock() 21 static bool ReadUnlock(lldb::rwlock_t rwlock) { in ReadUnlock() 26 static bool WriteLock(lldb::rwlock_t rwlock) { in WriteLock() 31 static bool WriteTryLock(lldb::rwlock_t rwlock) { in WriteTryLock() 35 static bool WriteUnlock(lldb::rwlock_t rwlock) { in WriteUnlock()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2009-01-24-EmptyStruct.ll | 9 %struct.mutex = type { %struct.atomic_t, %struct.rwlock_t, %struct.list_head } 10 %struct.rwlock_t = type { %struct.lock_class_key } 14 …%0 = getelementptr %struct.inode, %struct.inode* %bar, i64 -1, i32 1, i32 1 ; <%struct.rwlock_t*>… 15 %1 = bitcast %struct.rwlock_t* %0 to i32* ; <i32*> [#uses=1]
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | 2009-01-24-EmptyStruct.ll | 9 %struct.mutex = type { %struct.atomic_t, %struct.rwlock_t, %struct.list_head } 10 %struct.rwlock_t = type { %struct.lock_class_key } 14 …%0 = getelementptr %struct.inode, %struct.inode* %bar, i64 -1, i32 1, i32 1 ; <%struct.rwlock_t*>… 15 %1 = bitcast %struct.rwlock_t* %0 to i32* ; <i32*> [#uses=1]
|
/external/clang/test/CodeGen/ |
D | 2003-11-04-EmptyStruct.c | 3 typedef struct { } rwlock_t; typedef 4 struct fs_struct { rwlock_t lock; int umask; }; 5 void __copy_fs_struct(struct fs_struct *fs) { fs->lock = (rwlock_t) { }; } in __copy_fs_struct()
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2003-11-04-EmptyStruct.c | 3 typedef struct { } rwlock_t; typedef 4 struct fs_struct { rwlock_t lock; int umask; }; 5 void __copy_fs_struct(struct fs_struct *fs) { fs->lock = (rwlock_t) { }; } in __copy_fs_struct()
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-types.h | 39 typedef void *rwlock_t; typedef 56 typedef pthread_rwlock_t rwlock_t; typedef
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aantidep-def-ec.mir | 7 %struct.rwlock_t.0.22.58.68.242.244 = type {} 9 @tasklist_lock = external global %struct.rwlock_t.0.22.58.68.242.244, align 1 23 …cast (i32 (...)* @__raw_read_unlock to i32 (%struct.rwlock_t.0.22.58.68.242.244*)*)(%struct.rwlock…
|
/external/autotest/client/profilers/lockmeter/ |
D | patch.2.6.14-lockmeter-1.gz |
|
/external/llvm/test/CodeGen/PowerPC/ |
D | aantidep-def-ec.mir | 7 %struct.rwlock_t.0.22.58.68.242.244 = type {} 9 @tasklist_lock = external global %struct.rwlock_t.0.22.58.68.242.244, align 1 23 …cast (i32 (...)* @__raw_read_unlock to i32 (%struct.rwlock_t.0.22.58.68.242.244*)*)(%struct.rwlock…
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | ProcessRunLock.h | 75 lldb::rwlock_t m_rwlock;
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 7134 …<typedef-decl name='rwlock_t' type-id='type-id-1002' filepath='/ws/android/kernel/aosp/common-main…
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 6614 …<typedef-decl name="rwlock_t" type-id="d7ab0a14" filepath="include/linux/rwlock_types.h" line="20"… 74447 …<typedef-decl name="rwlock_t" type-id="d7ab0a14" filepath="include/linux/rwlock_types.h" line="20"…
|
D | test-PR27569-v1.abi | 6614 …<typedef-decl name="rwlock_t" type-id="d7ab0a14" filepath="include/linux/rwlock_types.h" line="20"… 74461 …<typedef-decl name="rwlock_t" type-id="d7ab0a14" filepath="include/linux/rwlock_types.h" line="20"…
|