From b7f5e391c0c0e94e5958a294e5d38b1dda7332cc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 May 2016 06:12:06 +0200 Subject: score: Add _Thread_Exit() The goal is to make _Thread_Exit() a no-return function in follow up patches. Update #2555. Update #2626. --- cpukit/score/include/rtems/score/threadimpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/include/rtems/score/threadimpl.h') 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. * -- cgit v1.2.3