Searched refs:sync_call_set (Results 1 – 1 of 1) sorted by relevance
795 let set = state.get_mut(caller.thread)?.sync_call_set; in poll_and_block()1881 let set = state.get_mut(caller.thread)?.sync_call_set; in wait_for_event()2083 let sync_call_set = thread_data.sync_call_set; in cleanup_thread() localVariable2086 for waitable in mem::take(&mut state.get_mut(sync_call_set)?.ready) { in cleanup_thread()2104 store.concurrent_state_mut().delete(sync_call_set)?; in cleanup_thread()2689 let set = state.get_mut(caller.thread)?.sync_call_set; in start_call()4379 sync_call_set: TableId<WaitableSet>, field4397 let sync_call_set = state.push(WaitableSet::default())?; in new_implicit() localVariable4404 sync_call_set, in new_implicit()4415 let sync_call_set = state.push(WaitableSet::default())?; in new_explicit() localVariable[all …]