Home
last modified time | relevance | path

Searched defs:ThreadId (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/api/threading/
Dprimitive_api.h29 struct ThreadId { struct
31 ThreadId(NativeThreadHandle handle) : handle_(handle) {} in ThreadId() function
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
Dgraphic_thread.h26 typedef void* ThreadId; typedef
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
Dcommon.h56 typedef void *ThreadId; typedef
/foundation/arkui/napi/native_engine/
Dnative_engine.h107 using ThreadId = uint32_t; variable