Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
Dthread_linux.c34 typedef struct Thread { struct
44 Thread *thread; argument
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
Dthread.cpp24 Thread::Thread(ThreadPriority priority) noexcept : id_(), name_(), priority_(priority), state_() in Thread() function in OHOS::Media::OSAL::Thread
28 Thread::Thread(Thread&& other) noexcept in Thread() function in OHOS::Media::OSAL::Thread
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
Dthread.h31 typedef struct Thread Thread; typedef
/foundation/multimedia/media_foundation/src/osal/task/pthread/
Dthread.cpp34 Thread::Thread(ThreadPriority priority) noexcept : id_(), name_(), priority_(priority), state_() in Thread() function in OHOS::Media::Thread
38 Thread::Thread(Thread&& other) noexcept in Thread() function in OHOS::Media::Thread
/foundation/ai/ai_engine/services/common/platform/threadpool/include/
Dthread.h30 class Thread; variable
/foundation/ai/ai_engine/services/common/platform/threadpool/source/
Dthread.cpp41 Thread::Thread() in Thread() function in OHOS::AI::Thread