Searched defs:CreateThread (Results 1 – 6 of 6) sorted by relevance
61 bool Thread::CreateThread(const std::function<void()>& func) in CreateThread() function in OHOS::Media::OSAL::Thread
27 static void CreateThread(int *argv) in CreateThread() function
67 bool Thread::CreateThread(const std::function<void()>& func) in CreateThread() function in OHOS::Media::Thread
330 pthread_t PanNetwork::CreateThread(void* (*startRoutine)(void*), void* arg) in CreateThread() function in OHOS::bluetooth::PanNetwork
287 pthread_t HidHostUhid::CreateThread(void* (*startRoutine)(void*), void* arg) in CreateThread() function in OHOS::bluetooth::HidHostUhid
104 static void* CreateThread(void *argv) in CreateThread() function