libcoap 4.3.5-develop-4c3f4af
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_specific_lock(lock, failed)
 Dummy for no thread-safe code.
#define coap_lock_unlock()
 Dummy for no thread-safe code.
#define coap_lock_specific_unlock(lock)
 Dummy for no thread-safe code.
#define coap_lock_init(lock)
 Dummy for no thread-safe code.
#define coap_lock_check_locked()
 Dummy for no thread-safe code.
#define coap_lock_callback(func)
 Dummy for no thread-safe code.
#define coap_lock_callback_ret(r, func)
 Dummy for no thread-safe code.
#define coap_lock_callback_release(func, failed)
 Dummy for no thread-safe code.
#define coap_lock_specific_callback_release(lock, func, failed)
 Dummy for no thread-safe code.
#define coap_lock_callback_ret_release(r, func, failed)
 Dummy for no thread-safe code.
#define coap_lock_invert(alt_lock, failed)
 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.