Searched refs:sys_mutex_lock (Results 1 – 3 of 3) sorted by relevance
55 #define sys_mutex_lock(mu) macro96 #define sys_mutex_lock(mutex) sys_sem_wait(mutex)110 void sys_mutex_lock(sys_mutex_t *mutex);
60 #define LOCK_TCPIP_CORE() sys_mutex_lock(&lock_tcpip_core)
211 #define LWIP_MEM_FREE_PROTECT() sys_mutex_lock(&mem_mutex)518 sys_mutex_lock(&mem_mutex); in mem_malloc()