Home
last modified time | relevance | path

Searched refs:sys_mutex_unlock (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsys.h103 #define sys_mutex_unlock(mu) macro
154 #define sys_mutex_unlock(mutex) sys_sem_signal(mutex)
181 void sys_mutex_unlock(sys_mutex_t *mutex);
A Dtcpip.h58 #define UNLOCK_TCPIP_CORE() sys_mutex_unlock(&lock_tcpip_core)
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsys.h103 #define sys_mutex_unlock(mu) macro
154 #define sys_mutex_unlock(mutex) sys_sem_signal(mutex)
181 void sys_mutex_unlock(sys_mutex_t *mutex);
A Dtcpip.h58 #define UNLOCK_TCPIP_CORE() sys_mutex_unlock(&lock_tcpip_core)
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dmem.c319 #define LWIP_MEM_FREE_UNPROTECT() sys_mutex_unlock(&mem_mutex)
718 sys_mutex_unlock(&mem_mutex); in mem_malloc()
736 sys_mutex_unlock(&mem_mutex); in mem_malloc()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_threadsync.c50 sys_mutex_unlock(&call_data->threadsync_node->instance->sem_usage_mutex); in call_synced_function()
/AliOS-Things-master/components/lwip/lwip2.0.0/port/
A Dsys_arch.c548 void sys_mutex_unlock(sys_mutex_t *mutex) in sys_mutex_unlock() function

Completed in 8 milliseconds