nrfxlib API 2.8.99
|
void nrf_rpc_os_remote_reserve | ( | ) |
#include <nrf_rpc/template/nrf_rpc_os_tmpl.h>
Reserve one thread from a remote thread pool.
If there are no more threads available or nrf_rpc_os_remote_count was not called yet then this function waits.
Remote thread reserving and releasing can be implemented using a semaphore.