Home
last modified time | relevance | path

Searched defs:CreateThread (Results 1 – 3 of 3) sorted by relevance

/foundation/aafwk/standard/common/task_dispatcher/src/threading/
Dwork_thread.cpp39 void WorkerThread::CreateThread() in CreateThread() function in OHOS::AppExecFwk::WorkerThread
/foundation/multimedia/histreamer/engine/foundation/osal/thread/
Dthread.cpp61 bool Thread::CreateThread(const std::function<void()>& func) in CreateThread() function in OHOS::Media::OSAL::Thread
/foundation/communication/dsoftbus/core/connection/common/src/
Dsoftbus_thread_pool.c45 static int32_t CreateThread(Runnable run, void *argv, const ThreadAttr *attr, uint32_t *threadId) in CreateThread() function