libcoap 4.3.5-develop-17c3fee
Loading...
Searching...
No Matches
coap_threadsafe_internal.h File Reference

CoAP mapping of locking functions. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define coap_lock_lock(failed)
 Dummy for no thread-safe code.
 
#define coap_lock_unlock()
 Dummy for no thread-safe code.
 
#define coap_lock_init()
 Dummy for no thread-safe code.
 
#define coap_lock_check_locked()   {}
 Dummy for no thread-safe code.
 
#define coap_lock_callback(func)   func
 Dummy for no thread-safe code.
 
#define coap_lock_callback_ret(r, func)   (r) = func
 Dummy for no thread-safe code.
 
#define coap_lock_callback_release(func, failed)   func
 Dummy for no thread-safe code.
 
#define coap_lock_callback_ret_release(r, func, failed)   (r) = func
 Dummy for no thread-safe code.
 
#define coap_lock_invert(alt_lock, failed)   alt_lock
 Dummy for no thread-safe code.
 

Typedefs

typedef coap_mutex_t coap_lock_t
 

Detailed Description

CoAP mapping of locking functions.

Definition in file coap_threadsafe_internal.h.