Home
last modified time | relevance | path

Searched defs:objtype (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Dprofiling.cpp104 void create_itt_sync(void* ptr, const tchar* objtype, const tchar* objname) { in create_itt_sync()
/oneTBB/include/oneapi/tbb/
H A Dprofiling.h102 inline void create_itt_sync(void *ptr, const char *objtype, const char *objname) { in create_itt_sync()
/oneTBB/examples/parallel_for/tachyon/src/
H A Dparse.cpp302 char objtype[80]; in GetObject() local