Home
last modified time | relevance | path

Searched refs:ThreadCreate (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dthread.h41 Thread *ThreadCreate(const char *name);
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_thread.h41 static inline ThreadId ThreadCreate(Runnable entry, void* arg, const ThreadAttr* attr) in ThreadCreate() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dalarm_linux.c48 g_alarmThread = ThreadCreate("Stack-Alarm"); in AlarmModuleInit()
H A Dthread_linux.c123 Thread *ThreadCreate(const char *name) in ThreadCreate() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c158 g_processingThread = ThreadCreate("Stack"); in BtmInitThread()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c164 g_hciTxThread = ThreadCreate("HciTx"); in HCI_Initialize()