Home
last modified time | relevance | path

Searched refs:sys_mutex_lock (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/src/core/distributed_net/
Ddistributed_net.c74 sys_mutex_lock(&g_mutex); in set_distributed_net_socket()
84 sys_mutex_lock(&g_mutex); in reset_distributed_net_socket()
92 sys_mutex_lock(&g_mutex); in get_local_tcp_server_port()
100 sys_mutex_lock(&g_mutex); in get_local_udp_server_port()
108 sys_mutex_lock(&g_mutex); in is_distributed_net_enabled()
131 sys_mutex_lock(&g_mutex); in enable_distributed_net()
142 sys_mutex_lock(&g_mutex); in disable_distributed_net()
/third_party/libcoap/include/coap3/
Dcoap_mutex_internal.h70 #define coap_mutex_lock(a) sys_mutex_lock(a)
71 #define coap_mutex_trylock(a) sys_mutex_lock(a)
92 #define coap_mutex_lock(a) sys_mutex_lock(a, K_FOREVER)
93 #define coap_mutex_trylock(a) sys_mutex_lock(a, K_NO_WAIT)
/third_party/lwip/src/include/lwip/
Dsys.h64 #define sys_mutex_lock(mu) macro
115 #define sys_mutex_lock(mutex) sys_sem_wait(mutex)
143 void sys_mutex_lock(sys_mutex_t *mutex);
Dtcpip.h57 #define LOCK_TCPIP_CORE() sys_mutex_lock(&lock_tcpip_core)
/third_party/lwip/src/apps/snmp/
Dsnmp_threadsync.c47 sys_mutex_lock(&call_data->threadsync_node->instance->sem_usage_mutex); in call_synced_function()
/third_party/lwip/src/core/
Dmem.c410 #define LWIP_MEM_FREE_PROTECT() sys_mutex_lock(&mem_mutex)
859 sys_mutex_lock(&mem_mutex); in mem_malloc()
/third_party/lwip/test/unit/arch/
Dsys_arch.c173 sys_mutex_lock(sys_mutex_t *mutex) in sys_mutex_lock() function
/third_party/lwip/
D0002-adapt-lstack.patch1860 +void sys_mutex_lock(struct sys_mutex **mutex)
4787 #define LOCK_TCPIP_CORE() sys_mutex_lock(&lock_tcpip_core)