Home
last modified time | relevance | path

Searched refs:coap_mutex_t (Results 1 - 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_mutex_internal.h31 typedef pthread_mutex_t coap_mutex_t; typedef
43 typedef mutex_t coap_mutex_t; typedef
56 typedef int coap_mutex_t; typedef
66 typedef sys_mutex_t coap_mutex_t; typedef
77 typedef int coap_mutex_t; typedef
88 typedef struct sys_mutex coap_mutex_t; typedef
99 typedef int coap_mutex_t; typedef
109 extern coap_mutex_t m_show_pdu;
110 extern coap_mutex_t m_log_impl;
111 extern coap_mutex_t m_dtls_rec
[all...]
/third_party/libcoap/src/
H A Dcoap_net.c3996 coap_mutex_t m_show_pdu;
3997 coap_mutex_t m_log_impl;
3998 coap_mutex_t m_dtls_recv;
3999 coap_mutex_t m_read_session;
4000 coap_mutex_t m_read_endpoint;
4001 coap_mutex_t m_persist_add;

Completed in 6 milliseconds