Lines Matching refs:stateLock
216 deMutex stateLock; member
422 sock->stateLock = deMutex_create(0); in deSocket_create()
434 deMutex_destroy(sock->stateLock); in deSocket_destroy()
567 newSock->stateLock = deMutex_create(0); in deSocket_accept()
615 deMutex_lock(sock->stateLock); in deSocket_shutdown()
620 deMutex_unlock(sock->stateLock); in deSocket_shutdown()
631 deMutex_unlock(sock->stateLock); in deSocket_shutdown()
657 deMutex_unlock(sock->stateLock); in deSocket_shutdown()
681 deMutex_unlock(sock->stateLock); in deSocket_shutdown()
692 deMutex_unlock(sock->stateLock); in deSocket_shutdown()
698 deMutex_lock(sock->stateLock); in deSocket_close()
702 deMutex_unlock(sock->stateLock); in deSocket_close()
725 deMutex_unlock(sock->stateLock); in deSocket_close()
763 deMutex_lock(sock->stateLock); in deSocket_setChannelsClosed()
769 deMutex_unlock(sock->stateLock); in deSocket_setChannelsClosed()