pub const MAX_THREAD_NAME: usize = 16;
Define the MAX supported thread name length. TODO: make this variable mutable.