Home
last modified time | relevance | path

Searched refs:rws_mutex_unlock (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/websocket/src/
A Drws_socketpub.c79 rws_mutex_unlock(socket->work_mutex); in rws_socket_disconnect_and_release()
92 rws_mutex_unlock(socket->send_mutex); in rws_socket_send_bin_start()
103 rws_mutex_unlock(socket->send_mutex); in rws_socket_send_bin_continue()
114 rws_mutex_unlock(socket->send_mutex); in rws_socket_send_bin_finish()
125 rws_mutex_unlock(socket->send_mutex); in rws_socket_send_text()
136 rws_mutex_unlock(socket->send_mutex); in rws_socket_send_ping()
359 rws_mutex_unlock(socket->send_mutex); in rws_socket_is_connected()
A Drws_thread.c65 rws_mutex_unlock(_threads_joiner->mutex); in rws_threads_joiner_add()
141 void rws_mutex_unlock(rws_mutex mutex) { in rws_mutex_unlock() function
A Drws_socketpriv.c442 rws_mutex_unlock(s->send_mutex); in rws_socket_idle_send()
652 rws_mutex_unlock(s->work_mutex); in rws_socket_work_th_func()
/AliOS-Things-master/components/websocket/include/
A Dlibrws.h502 RWS_API(void) rws_mutex_unlock(rws_mutex mutex);

Completed in 7 milliseconds