Home
last modified time | relevance | path

Searched refs:ThreadDelete (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dthread.h49 void ThreadDelete(Thread *thread);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c187 ThreadDelete(g_hciTxThread); in HCI_Initialize()
249 ThreadDelete(g_hciTxThread); in HCI_Close()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dalarm_linux.c62 ThreadDelete(g_alarmThread); in AlarmModuleCleanup()
H A Dthread_linux.c177 void ThreadDelete(Thread *thread) in ThreadDelete() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c171 ThreadDelete(g_processingThread); in BtmCloseThread()