Lines Matching refs:stateLock
211 deMutex stateLock; member
396 sock->stateLock = deMutex_create(0); in deSocket_create()
408 deMutex_destroy(sock->stateLock); in deSocket_destroy()
549 newSock->stateLock = deMutex_create(0); in deSocket_accept()
597 deMutex_lock(sock->stateLock); in deSocket_shutdown()
602 deMutex_unlock(sock->stateLock); in deSocket_shutdown()
613 deMutex_unlock(sock->stateLock); in deSocket_shutdown()
639 deMutex_unlock(sock->stateLock); in deSocket_shutdown()
663 deMutex_unlock(sock->stateLock); in deSocket_shutdown()
674 deMutex_unlock(sock->stateLock); in deSocket_shutdown()
680 deMutex_lock(sock->stateLock); in deSocket_close()
684 deMutex_unlock(sock->stateLock); in deSocket_close()
707 deMutex_unlock(sock->stateLock); in deSocket_close()
745 deMutex_lock(sock->stateLock); in deSocket_setChannelsClosed()
751 deMutex_unlock(sock->stateLock); in deSocket_setChannelsClosed()