diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-06 09:53:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-06 09:53:07 +0000 |
commit | 00c6f5ea40f97385dce7ab7b9d20bc0cb909ad23 (patch) | |
tree | 4f6800f72e8ef9efbf6c2c57214738eda773a1ae /src/include/threads.h | |
parent | d6d799ed48f8193bee286187132221f831726a07 (diff) | |
download | ChibiOS-00c6f5ea40f97385dce7ab7b9d20bc0cb909ad23.tar.gz ChibiOS-00c6f5ea40f97385dce7ab7b9d20bc0cb909ad23.tar.bz2 ChibiOS-00c6f5ea40f97385dce7ab7b9d20bc0cb909ad23.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@40 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/threads.h')
-rw-r--r-- | src/include/threads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index 2ed92fa39..0440b6007 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -191,6 +191,7 @@ extern "C" { #endif
Thread *chThdCreate(t_prio prio, t_tmode mode, void *workspace,
t_size wsize, t_tfunc pf, void *arg);
+ void chThdSetPriority(t_prio newprio);
void chThdResume(Thread *tp);
void chThdExit(t_msg msg);
#ifdef CH_USE_TERMINATE
|