Get a reference to the thread Context
(&self)
| 156 | |
| 157 | /// Get a reference to the thread Context |
| 158 | fn context(&self) -> &Context { |
| 159 | unsafe {& *(self.context as *const Context)} |
| 160 | } |
| 161 | |
| 162 | /// Get a mutable reference to the thread Context |
| 163 | fn context_mut(&self) -> &mut Context { |
nothing calls this directly
no outgoing calls
no test coverage detected