Changes in kernel/generic/src/synch/workqueue.c [b7fd2a0:897fd8f1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/synch/workqueue.c
rb7fd2a0 r897fd8f1 895 895 896 896 while (list_empty(&info->work_queues) && !stop) { 897 errno_t ret = _condvar_wait_timeout_irq_spinlock(&info->req_cv,897 int ret = _condvar_wait_timeout_irq_spinlock(&info->req_cv, 898 898 &info->lock, SYNCH_NO_TIMEOUT, SYNCH_FLAGS_INTERRUPTIBLE); 899 899
Note:
See TracChangeset
for help on using the changeset viewer.