Home
last modified time | relevance | path

Searched defs:GET_CURRENT_THREAD (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h27 #define GET_CURRENT_THREAD pthread_self() macro
50 #define GET_CURRENT_THREAD os::thread::GetCurrentThreadId() // NOLINT(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h25 #define GET_CURRENT_THREAD pthread_self() macro
49 #define GET_CURRENT_THREAD ark::os::thread::GetCurrentThreadId() // NOLINT(cppcoreguidelines-macro-usage) macro

Completed in 2 milliseconds