mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
LV2: allocation-free synchronization syscalls
* Show waiters' ID in kernel explorer. * Remove deque dependency from sys_sync.h
This commit is contained in:
parent
c7fbc16357
commit
73aaff1b29
26 changed files with 547 additions and 275 deletions
|
@ -4832,7 +4832,7 @@ bool spu_thread::stop_and_signal(u32 code)
|
|||
|
||||
if (queue->events.empty())
|
||||
{
|
||||
queue->sq.emplace_back(this);
|
||||
lv2_obj::emplace(queue->sq, this);
|
||||
group->run_state = SPU_THREAD_GROUP_STATUS_WAITING;
|
||||
group->waiter_spu_index = index;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue