Lines Matching refs:sync_call_set
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() localVariable
2086 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>, field
4397 let sync_call_set = state.push(WaitableSet::default())?; in new_implicit() localVariable
4404 sync_call_set, in new_implicit()
4415 let sync_call_set = state.push(WaitableSet::default())?; in new_explicit() localVariable
4422 sync_call_set, in new_explicit()