mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
@@ -191,7 +191,7 @@ static void work_process(FAR struct usr_wqueue_s *wqueue)
|
||||
{
|
||||
/* Wait indefinitely until work_queue has new items */
|
||||
|
||||
_SEM_WAIT(&wqueue->wake);
|
||||
nxmutex_lock(&wqueue->wake);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user