Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_mutex_internal.h37 #define coap_mutex_unlock(a) pthread_mutex_unlock(a) macro
49 #define coap_mutex_unlock(a) mutex_unlock(a) macro
62 #define coap_mutex_unlock(a) *(a) = 0 macro
72 #define coap_mutex_unlock(a) sys_mutex_unlock(a) macro
83 #define coap_mutex_unlock(a) *(a) = 0 macro
94 #define coap_mutex_unlock(a) sys_mutex_unlock(a) macro
105 #define coap_mutex_unlock(a) *(a) = 0 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dcoap_mutex.h33 #define coap_mutex_unlock(a) pthread_mutex_unlock(a) macro
43 #define coap_mutex_unlock(a) mutex_unlock(a) macro
51 #define coap_mutex_unlock(a) *(a) = 0 macro