Revert "add holder for mutex"

This reverts commit fc176addeb.
This commit is contained in:
Masayuki Ishikawa
2023-01-18 22:10:06 +09:00
parent 5920a8b673
commit dc454765fb
13 changed files with 153 additions and 504 deletions
+1 -1
View File
@@ -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
{