Searched refs:threadsync_node (Results 1 – 4 of 4) 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()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 …]
71 const struct snmp_threadsync_node *threadsync_node; member