Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c95 static SelectThreadState *g_selectThreadState = NULL; variable
1201 if (g_selectThreadState != NULL) { in StartSelectThread()
1209 (void)SoftBusMutexUnlock(&g_selectThreadState->lock); in StartSelectThread()
1215g_selectThreadState->traceId, g_selectThreadState->ctrlRfd, g_selectThreadState->ctrlWfd, in StartSelectThread()
1257 g_selectThreadState = state; in StartSelectThread()
1269 if (g_selectThreadState == NULL) { in StopSelectThread()
1274 status = SoftBusMutexLock(&g_selectThreadState->lock); in StopSelectThread()
1279 g_selectThreadState->referenceCount -= 1; in StopSelectThread()
1281 (void)SoftBusMutexUnlock(&g_selectThreadState->lock); in StopSelectThread()
1286 g_selectThreadState = NULL; in StopSelectThread()
[all …]