MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / where

Method where

kernel/orbis/src/KernelContext.cpp:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void Thread::where() { tproc->ops->where(this); }
142
143bool Thread::unblock() {
144 std::uint32_t prev = interruptedMtx.exchange(0, std::memory_order::relaxed);

Callers 15

onSysExitFunction · 0.80
dynlib_get_obj_memberFunction · 0.80
unmountFunction · 0.80
forkFunction · 0.80
execveFunction · 0.80
cayman_reg_ioctlFunction · 0.80
xpt_ioctlFunction · 0.80
gc_ioctlFunction · 0.80
devact_ioctlFunction · 0.80
dmem_ioctlFunction · 0.80
hdmi_ioctlFunction · 0.80
aout_ioctlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected