forked from len0rd/rockbox
Fix some stuff for no priority and
thread_queue_wake() doesn't need the 2nd parameter. The original purpose for it never came to be. Non priority version mrsw_writer_wakeup_readers was left improperly finished. Get that back into line. Change-Id: Ic613a2479f3cc14dc7c761517670eb15178da9f5
This commit is contained in:
parent
e7e302f255
commit
81ffd9bfee
5 changed files with 14 additions and 20 deletions
|
@ -267,7 +267,7 @@ void queue_delete(struct event_queue *q)
|
|||
corelock_unlock(&all_queues.cl);
|
||||
|
||||
/* Release thread(s) waiting on queue head */
|
||||
thread_queue_wake(&q->queue, NULL);
|
||||
thread_queue_wake(&q->queue);
|
||||
|
||||
#ifdef HAVE_EXTENDED_MESSAGING_AND_NAME
|
||||
if(q->send)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue