| void rcp_mutex_lock | ( | rcp_mutex_t | id | ) |
Wrapper for mutex lock required by the RCP API.
This function must be implemented by the client code. The client must provide RCP_MUTEX_COUNT mutexes for the RCP API.
The mutex provided must be recursive. That is, it must allow the same thread to lock the mutex more than once without creating a deadlock.
| [in] | id | id of the mutex to lock |