|
MentOS
0.8.0
The Mentoring Operating System
|
Functions | |
| void | mutex_lock (mutex_t *mutex, uint32_t owner) |
| Allows to lock a mutex. More... | |
| void | mutex_unlock (mutex_t *mutex) |
| Unlocks the mutex. More... | |
Allows to lock a mutex.
| mutex | The mutex to lock. |
| owner | The one who request the lock. |
| void mutex_unlock | ( | mutex_t * | mutex | ) |
Unlocks the mutex.
| mutex | The mutex to unlock. |