From da6ad56a68676d68782ddcbd443a57337c84ee06 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Jan 2017 13:46:55 +0100 Subject: score: Add _Thread_Set_name() Add configuration option CONFIGURE_MAXIMUM_THREAD_NAME_SIZE. Update #2858. --- cpukit/score/include/rtems/score/thread.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 13765fc940..c114c91832 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -907,6 +907,14 @@ extern const size_t _Thread_Control_add_on_count; */ extern const size_t _Thread_Control_size; +/** + * @brief Maximum size of a thread name in characters (including the + * terminating '\0' character). + * + * This value is provided via . + */ +extern const size_t _Thread_Maximum_name_size; + /**@}*/ #ifdef __cplusplus -- cgit v1.2.3