Home
last modified time | relevance | path

Searched refs:TRY_ACQUIRE_SHARED (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dlocks.h33 bool TryReadLock() TRY_ACQUIRE_SHARED(true);
/arkcompiler/runtime_core/libpandabase/
H A Dclang.h79 #define TRY_ACQUIRE_SHARED(...) THREAD_ANNOTATION_ATTRIBUTE__(try_acquire_shared_capability(__VA_ARGS__)) macro
/arkcompiler/runtime_core/static_core/libpandabase/
H A Dclang.h79 #define TRY_ACQUIRE_SHARED(...) THREAD_ANNOTATION_ATTRIBUTE__(try_acquire_shared_capability(__VA_ARGS__)) macro
/arkcompiler/runtime_core/libpandabase/os/
H A Dmutex.h112 bool TryReadLock() TRY_ACQUIRE_SHARED(true);
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.h171 bool TryReadLock() TRY_ACQUIRE_SHARED(true);
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dmutex.h171 PANDA_PUBLIC_API bool TryReadLock() TRY_ACQUIRE_SHARED(true);
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dmutex.h126 PANDA_PUBLIC_API bool TryReadLock() TRY_ACQUIRE_SHARED(true);

Completed in 3 milliseconds