(task_queue) Add warning about the usage of 'task_queue_remove()'
This commit is contained in:
parent
13df7795fc
commit
c1d41e190c
|
@ -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…
Reference in New Issue