Home
last modified time | relevance | path

Searched refs:threadsync_node (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_threadsync.c47 sys_mutex_lock(&call_data->threadsync_node->instance->sem_usage_mutex); in call_synced_function()
48 call_data->threadsync_node->instance->sync_fn(fn, call_data); in call_synced_function()
49 sys_sem_wait(&call_data->threadsync_node->instance->sem); in call_synced_function()
50 sys_mutex_unlock(&call_data->threadsync_node->instance->sem_usage_mutex); in call_synced_function()
60 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_get_value_synced()
81 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_set_test_synced()
103 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_set_value_synced()
125 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_release_instance_synced()
146 sys_sem_signal(&call_data->threadsync_node->instance->sem); in get_instance_synced()
157 sys_sem_signal(&call_data->threadsync_node->instance->sem); in get_next_instance_synced()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_threadsync.c47 sys_mutex_lock(&call_data->threadsync_node->instance->sem_usage_mutex); in call_synced_function()
48 call_data->threadsync_node->instance->sync_fn(fn, call_data); in call_synced_function()
49 sys_sem_wait(&call_data->threadsync_node->instance->sem); in call_synced_function()
50 sys_mutex_unlock(&call_data->threadsync_node->instance->sem_usage_mutex); in call_synced_function()
60 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_get_value_synced()
81 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_set_test_synced()
103 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_set_value_synced()
125 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_release_instance_synced()
146 sys_sem_signal(&call_data->threadsync_node->instance->sem); in get_instance_synced()
157 sys_sem_signal(&call_data->threadsync_node->instance->sem); in get_next_instance_synced()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsnmp_threadsync.h71 const struct snmp_threadsync_node *threadsync_node; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsnmp_threadsync.h71 const struct snmp_threadsync_node *threadsync_node; member