23 #define Mutex_WAIT_FOREVER 0xFFFFFFFFU
52 kstat_t
lock(uint32_t millisec);
kstat_t lock(uint32_t millisec)
This function will lock mutex
kstat_t create(const name_t *name)
This function will create a mutex
kstat_t unlock(void)
This function will unlock a mutex
kstat_t destroy(void)
This function will delete a mutex