forked from len0rd/rockbox
Added queue_broadcast()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1253 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eb102e1a23
commit
2a73cec69b
3 changed files with 34 additions and 7 deletions
|
|
@ -238,6 +238,11 @@ Various
|
|||
|
||||
Returns true if the queue is empty.
|
||||
|
||||
int queue_broadcast(int id, void *data)
|
||||
|
||||
Posts an event in all queues that has been initiated with queue_init().
|
||||
Returns the number of queues that were posted to.
|
||||
|
||||
int tick_add_task(void (*f)(void))
|
||||
|
||||
Add a task to the tick task queue. The argument is a pointer to a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue