ISIX-RTOS - small operating system for ARM microcontrollers 1.2
|
#include <prv/list.h>
Go to the source code of this file.
Data Structures | |
struct | sem_struct |
Enumerations | |
enum | ihandle_type { IHANDLE_T_SEM = 1, IHANDLE_T_FIFO = 2 } |
Functions | |
static bool | isixp_sem_can_destroy (sem_t *sem) |
enum ihandle_type |
Definition at line 8 of file prv/semaphore.h.
static bool isixp_sem_can_destroy | ( | sem_t * | sem | ) | [inline, static] |
Definition at line 33 of file prv/semaphore.h.
References list_isempty.
Referenced by isix_fifo_destroy().