mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(task_queue) Add warning about the usage of 'task_queue_remove()'
This commit is contained in:
parent
13df7795fc
commit
c1d41e190c
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ static scond_t *worker_cond = NULL;
|
|||
static sthread_t *worker_thread = NULL;
|
||||
static bool worker_continue = true; /* use running_lock when touching it */
|
||||
|
||||
/* 'queue_lock' must be held for the duration of this function */
|
||||
static void task_queue_remove(task_queue_t *queue, retro_task_t *task)
|
||||
{
|
||||
retro_task_t *t = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue