libcoap 4.3.5-develop-433f483
|
CoAP multithreading locking check functions. More...
#include "coap3/coap_libcoap_build.h"
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. | |
CoAP multithreading locking check functions.
Definition in file coap_threadsafe.c.