Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_mutex.h35 #define coap_mutex_unlock(a) pthread_mutex_unlock(a) macro
45 #define coap_mutex_unlock(a) mutex_unlock(a) macro
53 #define coap_mutex_unlock(a) *(a) = 0 macro