nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_rpc_os_remote_reserve()

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.