OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RELEASE_SHARED
(Results
1 - 7
of
7
) sorted by null
/device/google/cuttlefish_common/common/libs/threads/
thread_annotations.h
57
#define
RELEASE_SHARED
(...) \
/external/google-benchmark/src/
mutex.h
46
#define
RELEASE_SHARED
(...) \
/external/libcxx/utils/google-benchmark/src/
mutex.h
46
#define
RELEASE_SHARED
(...) \
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
mutex.h
46
#define
RELEASE_SHARED
(...) \
/system/core/base/include/android-base/
thread_annotations.h
68
#define
RELEASE_SHARED
(...) \
/system/core/libutils/include/utils/
Mutex.h
61
#define
RELEASE_SHARED
(...) THREAD_ANNOTATION_ATTRIBUTE__(release_shared_capability(__VA_ARGS__))
/art/runtime/base/
mutex.h
363
void SharedUnlock(Thread* self)
RELEASE_SHARED
() ALWAYS_INLINE;
364
void ReaderUnlock(Thread* self)
RELEASE_SHARED
() { SharedUnlock(self); }
Completed in 314 milliseconds