| 477 | ****************************************************************************/ |
| 478 | |
| 479 | static inline_function int nxmutex_destroy(FAR mutex_t *mutex) |
| 480 | { |
| 481 | return nxsem_destroy(&mutex->sem); |
| 482 | } |
| 483 | |
| 484 | /**************************************************************************** |
| 485 | * Name: nxmutex_lock |