Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Macros | |
#define | __itt_thread_set_name __itt_thread_set_nameA |
#define | __itt_thread_set_name_ptr __itt_thread_set_nameA_ptr |
Functions | |
void ITTAPI | __itt_thread_set_nameA (const char *name) |
Sets thread name of calling thread. More... | |
void ITTAPI | __itt_thread_set_nameW (const wchar_t *name) |
Give names to threads
#define __itt_thread_set_name __itt_thread_set_nameA |
Definition at line 445 of file ittnotify.h.
#define __itt_thread_set_name_ptr __itt_thread_set_nameA_ptr |
Definition at line 446 of file ittnotify.h.
void ITTAPI __itt_thread_set_nameA | ( | const char * | name | ) |
Sets thread name of calling thread.
[in] | name | - name of thread |
void ITTAPI __itt_thread_set_nameW | ( | const wchar_t * | name | ) |