libcoap 4.3.5-develop-433f483
Loading...
Searching...
No Matches
coap_threadsafe.c File Reference

CoAP multithreading locking check functions. More...

+ Include dependency graph for coap_threadsafe.c:

Go to the source code of this file.

Functions

int coap_io_process_configure_threads (coap_context_t *context, uint32_t thread_count)
 Configure a defined number of threads to do the alternate coap_io_process() work with traffic load balanced across the threads based on inactive threads.
 
void coap_io_process_remove_threads (coap_context_t *context)
 Release the coap_io_process() worker threads.
 

Detailed Description

CoAP multithreading locking check functions.

Definition in file coap_threadsafe.c.