LLVM OpenMP 20.0.0git
Macros | Functions
Threads

Threads group. More...

Collaboration diagram for Threads:

Macros

#define __itt_thr_name_set   __itt_thr_name_setA
 
#define __itt_thr_name_set_ptr   __itt_thr_name_setA_ptr
 

Functions

int LIBITTAPI __itt_thr_name_setA (const char *name, int namelen)
 Set name to be associated with thread in analysis GUI.
 
int LIBITTAPI __itt_thr_name_setW (const wchar_t *name, int namelen)
 
void LIBITTAPI __itt_thr_ignore (void)
 Mark current thread as ignored from this point on, for the duration of its existence.
 

Detailed Description

Threads group.

Warning
Legacy API

Macro Definition Documentation

◆ __itt_thr_name_set

#define __itt_thr_name_set   __itt_thr_name_setA

Definition at line 329 of file ittnotify.h.

◆ __itt_thr_name_set_ptr

#define __itt_thr_name_set_ptr   __itt_thr_name_setA_ptr

Definition at line 330 of file ittnotify.h.

Function Documentation

◆ __itt_thr_ignore()

void LIBITTAPI __itt_thr_ignore ( void  )

Mark current thread as ignored from this point on, for the duration of its existence.

Deprecated:
Legacy API

◆ __itt_thr_name_setA()

int LIBITTAPI __itt_thr_name_setA ( const char name,
int  namelen 
)

Set name to be associated with thread in analysis GUI.

Deprecated:
Legacy API
Returns
__itt_err upon failure (name or namelen being null,name and namelen mismatched)

◆ __itt_thr_name_setW()

int LIBITTAPI __itt_thr_name_setW ( const wchar_t *  name,
int  namelen 
)