Searched refs:sys_sem (Results 1 – 2 of 2) sorted by relevance
79 struct sys_sem *not_empty;80 struct sys_sem *not_full;81 struct sys_sem *mutex;85 struct sys_sem { struct102 static struct sys_sem *sys_sem_new_internal(u8_t count); argument103 static void sys_sem_free_internal(struct sys_sem *sem);349 static struct sys_sem *352 struct sys_sem *sem; in sys_sem_new_internal()354 sem = (struct sys_sem *)malloc(sizeof(struct sys_sem)); in sys_sem_new_internal()364 sys_sem_new(struct sys_sem **sem, u8_t count) in sys_sem_new()[all …]
42 struct sys_sem;43 typedef struct sys_sem * sys_sem_t;