Changeset 5a6cc679 in mainline for kernel/generic/src/synch/workqueue.c
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
-
kernel/generic/src/synch/workqueue.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/synch/workqueue.c
r132ab5d1 r5a6cc679 895 895 896 896 while (list_empty(&info->work_queues) && !stop) { 897 int ret = _condvar_wait_timeout_irq_spinlock(&info->req_cv,897 errno_t 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.
