Searched refs:m_shouldWaitForSyncReplies (Results 1 – 3 of 3) sorted by relevance
210 , m_shouldWaitForSyncReplies(true) in Connection()377 if (!m_shouldWaitForSyncReplies) { in sendSyncMessage()432 if (pendingSyncReply.didReceiveReply || !m_shouldWaitForSyncReplies) in waitForSyncReply()522 ASSERT(m_shouldWaitForSyncReplies); in connectionDidClose()523 m_shouldWaitForSyncReplies = false; in connectionDidClose()
295 bool m_shouldWaitForSyncReplies; variable
24649 Initialize m_shouldWaitForSyncReplies to true.24652 Don't attempt to send a message if m_shouldWaitForSyncReplies is false.24655 Return if m_shouldWaitForSyncReplies was set to false.24658 Set m_shouldWaitForSyncReplies to true and signal the semaphore.