Get the maximum length of a thread name on this platform. A value of 0 means there is no limit.

Synopsis

Declared in <llvm/Support/Threading.h>

uint32_t
get_max_thread_name_length();

Return Value

Maximum thread name length in characters, or 0 if unlimited.

Created with MrDocs