Home
last modified time | relevance | path

Searched defs:ACQUIRE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/
Dclang.h61 #define ACQUIRE(...) THREAD_ANNOTATION_ATTRIBUTE__(acquire_capability(__VA_ARGS__)) macro
/arkcompiler/runtime_core/static_core/libpandabase/
Dclang.h61 #define ACQUIRE(...) THREAD_ANNOTATION_ATTRIBUTE__(acquire_capability(__VA_ARGS__)) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h42 enum Order { ACQUIRE, RELEASE, FULL }; enumerator