Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/synch/workqueue.c

    r897fd8f1 rb7fd2a0  
    895895       
    896896        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,
    898898                        &info->lock, SYNCH_NO_TIMEOUT, SYNCH_FLAGS_INTERRUPTIBLE);
    899899               
Note: See TracChangeset for help on using the changeset viewer.