Searched refs:g_selectThreadState (Results 1 – 1 of 1) sorted by relevance
95 static SelectThreadState *g_selectThreadState = NULL; variable1201 if (g_selectThreadState != NULL) { in StartSelectThread()1209 (void)SoftBusMutexUnlock(&g_selectThreadState->lock); in StartSelectThread()1215 … g_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 …]