mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-21 11:02:45 -05:00
Get the plugins synced up with the threading changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14881 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a13a1d5492
commit
d7cb90722f
5 changed files with 109 additions and 62 deletions
|
|
@ -332,7 +332,7 @@ void thread(void)
|
|||
"bench exit");
|
||||
#endif
|
||||
thread_stopped = true;
|
||||
rb->remove_thread(NULL); /* Suicide. Never returns. */
|
||||
return;
|
||||
}
|
||||
|
||||
rb->queue_wait_w_tmo(&thread_q, &ev, sleep_time);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue