Home
last modified time | relevance | path

Searched refs:coap_mutex_lock (Results 1 - 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_mutex_internal.h35 #define coap_mutex_lock(a) pthread_mutex_lock(a) macro
47 #define coap_mutex_lock(a) mutex_lock(a) macro
60 #define coap_mutex_lock(a) *(a) = 1 macro
70 #define coap_mutex_lock(a) sys_mutex_lock(a) macro
81 #define coap_mutex_lock(a) *(a) = 1 macro
92 #define coap_mutex_lock(a) sys_mutex_lock(a, K_FOREVER) macro
103 #define coap_mutex_lock(a) *(a) = 1 macro
/third_party/libcoap/src/
H A Dcoap_debug.c732 coap_mutex_lock(&m_show_pdu); in coap_show_pdu()
1199 coap_mutex_lock(&m_log_impl); in coap_log_impl()
H A Dcoap_net.c1798 coap_mutex_lock(&m_read_session); in coap_read_session()
1898 coap_mutex_lock(&m_read_session); in coap_read_session()
1950 coap_mutex_lock(&m_read_session); in coap_read_session()
2000 coap_mutex_lock(&m_read_endpoint); in coap_read_endpoint()
H A Dcoap_subscribe.c93 coap_mutex_lock(&m_persist_add); in coap_persist_observe_add()
H A Dcoap_mbedtls.c2078 coap_mutex_lock(&m_dtls_recv);

Completed in 13 milliseconds