Searched refs:pendingRequestsMutexHook (Results 1 – 1 of 1) sorted by relevance
454 pthread_mutex_t* pendingRequestsMutexHook = &s_pendingRequestsMutex; in issueLocalRequest() local460 pendingRequestsMutexHook = &s_pendingRequestsMutex_socket2; in issueLocalRequest()476 ret = pthread_mutex_lock(pendingRequestsMutexHook); in issueLocalRequest()482 ret = pthread_mutex_unlock(pendingRequestsMutexHook); in issueLocalRequest()502 pthread_mutex_t* pendingRequestsMutexHook = &s_pendingRequestsMutex; in processCommandBuffer() local514 pendingRequestsMutexHook = &s_pendingRequestsMutex_socket2; in processCommandBuffer()519 pendingRequestsMutexHook = &s_pendingRequestsMutex_socket3; in processCommandBuffer()525 pendingRequestsMutexHook = &s_pendingRequestsMutex_socket4; in processCommandBuffer()565 ret = pthread_mutex_lock(pendingRequestsMutexHook); in processCommandBuffer()571 ret = pthread_mutex_unlock(pendingRequestsMutexHook); in processCommandBuffer()[all …]