void SRMutexLock()

in SocketRocket/Internal/Utilities/SRMutex.m [36:39]


void SRMutexLock(SRMutex mutex)
{
    pthread_mutex_lock(mutex);
}