summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-12 06:12:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-20 07:49:36 +0200
commitb7f5e391c0c0e94e5958a294e5d38b1dda7332cc (patch)
tree6d48062b02d6ce9ba56b188be6e6ed1840a19a34 /cpukit/score/include/rtems/score/threadimpl.h
parentscore: Delete redundant thread life enums (diff)
downloadrtems-b7f5e391c0c0e94e5958a294e5d38b1dda7332cc.tar.bz2
score: Add _Thread_Exit()
The goal is to make _Thread_Exit() a no-return function in follow up patches. Update #2555. Update #2626.
Diffstat (limited to 'cpukit/score/include/rtems/score/threadimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/threadimpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h
index 3fdc2e8615..be2095e023 100644
--- a/cpukit/score/include/rtems/score/threadimpl.h
+++ b/cpukit/score/include/rtems/score/threadimpl.h
@@ -211,6 +211,8 @@ bool _Thread_Set_life_protection( bool protect );
*/
void _Thread_Kill_zombies( void );
+void _Thread_Exit( Thread_Control *executing );
+
/**
* @brief Closes the thread.
*