Searched refs:current_call_context_scope_id (Results 1 – 4 of 4) sorted by relevance
276 let scope = self.task_state.current_call_context_scope_id()?; in resource_lift_borrow()295 let scope = self.task_state.current_call_context_scope_id()?; in resource_lower_borrow()309 let current = self.task_state.current_call_context_scope_id()?; in validate_scope_exit()
513 pub fn current_call_context_scope_id(&self) -> Result<u32> { in current_call_context_scope_id() method516 ComponentTaskState::Concurrent(state) => state.current_call_context_scope_id(), in current_call_context_scope_id()
18 pub fn current_call_context_scope_id(&self) -> Result<u32> { in current_call_context_scope_id() method
5166 pub fn current_call_context_scope_id(&self) -> Result<u32> { in current_call_context_scope_id() method