Home
last modified time | relevance | path

Searched defs:THREAD_ID (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/
H A Dark_gc_patterns.py20 THREAD_ID = r'\[TID (?P<thread_id>[\da-fA-F]+)\]' variable in ArkGcPatterns
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h26 #define THREAD_ID pthread_t macro
49 #define THREAD_ID thread::ThreadId // NOLINT(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h24 #define THREAD_ID pthread_t macro
48 #define THREAD_ID ark::os::thread::ThreadId // NOLINT(cppcoreguidelines-macro-usage) macro

Completed in 3 milliseconds