Searched refs:sync_call (Results 1 – 2 of 2) sorted by relevance
38 struct k_sem sync_call; member220 CONTAINER_OF(cb->sync_call, in mgmt_run_slist_callbacks()221 struct mgmt_event_wait, sync_call); in mgmt_run_slist_callbacks()235 k_sem_give(cb->sync_call); in mgmt_run_slist_callbacks()294 .sync_call = Z_SEM_INITIALIZER(sync_data.sync_call, 0, 1), in mgmt_event_wait_call()297 .sync_call = &sync_data.sync_call, in mgmt_event_wait_call()310 ret = k_sem_take(sync.sync_call, timeout); in mgmt_event_wait_call()
158 struct k_sem *sync_call; member