Searched refs:threadsync_node (Results 1 – 2 of 2) sorted by relevance
47 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()64 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_get_value_synced()89 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_set_test_synced()115 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_set_value_synced()137 sys_sem_signal(&call_data->threadsync_node->instance->sem); in threadsync_release_instance_synced()158 sys_sem_signal(&call_data->threadsync_node->instance->sem); in get_instance_synced()169 sys_sem_signal(&call_data->threadsync_node->instance->sem); in get_next_instance_synced()[all …]
71 const struct snmp_threadsync_node *threadsync_node; member