Searched refs:stopWorkThread (Results 1 – 4 of 4) sorted by relevance
45 bool stopWorkThread; member
748 threadContext->stopWorkThread = false; in RpcJoinThread()750 while (threadContext->stopWorkThread == false) { in RpcJoinThread()772 threadContext->stopWorkThread = true; in RpcStopWorkThread()
156 bool stopWorkThread; variable
85 : isMainWorkThread(false), stopWorkThread(false), callerPid_(getpid()), in BinderInvoker()564 } while (error != -ECONNREFUSED && error != -EBADF && !stopWorkThread); in StartWorkLoop()1305 stopWorkThread = true; in StopWorkThread()