Changeset 8a64e81e in mainline for kernel/generic/src/proc/scheduler.c


Ignore:
Timestamp:
2012-07-06T13:31:02Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d56712
Parents:
518dd43
Message:

workq: Add work queues: allow blocking work items, queuing items from interrupt handlers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/scheduler.c

    r518dd43 r8a64e81e  
    5252#include <atomic.h>
    5353#include <synch/spinlock.h>
     54#include <synch/workqueue.h>
    5455#include <config.h>
    5556#include <context.h>
     
    126127static void after_thread_ran(void)
    127128{
     129        workq_after_thread_ran();
    128130        after_thread_ran_arch();
    129131}
Note: See TracChangeset for help on using the changeset viewer.