We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3057666 commit 39fab89Copy full SHA for 39fab89
1 file changed
common/workerpool.c
@@ -81,7 +81,6 @@ void *worker_thread(void *p)
81
zarray_get_volatile(wp->tasks, wp->taskspos, &task);
82
wp->taskspos++;
83
pthread_mutex_unlock(&wp->mutex);
84
- sched_yield();
85
86
// we've been asked to exit.
87
if (task->f == NULL)
0 commit comments