Home
last modified time | relevance | path

Searched refs:ThreadIsSelf (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c99 int32_t ThreadIsSelf(const Thread *thread) in ThreadIsSelf() function
112 if (ThreadIsSelf((const Thread *)thread) == 0) { in ThreadStop()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dthread.h68 int32_t ThreadIsSelf(const Thread *thread);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c113 if (ThreadIsSelf(g_processingThread) == 0) { in RunAllTaskInQueue()