Home
last modified time | relevance | path

Searched defs:coap_mutex_lock (Results 1 – 1 of 1) sorted by relevance

/third_party/libcoap/include/coap3/
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