Home
last modified time | relevance | path

Searched refs:sys_sem (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/arch/
Dsys_arch.c79 struct sys_sem *not_empty;
80 struct sys_sem *not_full;
81 struct sys_sem *mutex;
85 struct sys_sem { struct
102 static struct sys_sem *sys_sem_new_internal(u8_t count); argument
103 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 …]
/lib/liblwip/src/include/arch/
Dsys_arch.h42 struct sys_sem;
43 typedef struct sys_sem * sys_sem_t;