Sign in
◑
Theme
chromium
/
external
/
github.com
/
intel
/
ittapi
/
bd72cfb15e34a5fc4c0a8d10f5bb5305d60e1eec
/
.
/
python
/
ittapi.native
/
thread_naming.hpp
blob: fb2d3d3196803c5e005d5d6a6691328bcb13713c [
file
]
#pragma
once
#define
PY_SSIZE_T_CLEAN
#include
<Python.h>
namespace
ittapi
{
PyObject
*
thread_set_name
(
PyObject
*
self
,
PyObject
*
args
);
}
// namespace ittapi