Changeset 8a64e81e in mainline for kernel/test/test.c


Ignore:
Timestamp:
2012-07-06T13:31:02Z (13 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/test/test.c

    r518dd43 r8a64e81e  
    5050#include <synch/semaphore1.def>
    5151#include <synch/semaphore2.def>
     52#include <synch/workqueue1.def>
     53#include <synch/workqueue2.def>
     54#include <synch/workqueue3.def>
    5255#include <print/print1.def>
    5356#include <print/print2.def>
Note: See TracChangeset for help on using the changeset viewer.