Searched refs:str_valueW (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_config.h | 713 h->str_valueW = NULL; \ 733 h->str_valueW = NULL; \ 745 #define NEW_COUNTER_METADATA_STR_W(gptr,h,h_tail,counter,type,str_valueW) { \ argument 751 h->str_valueW = str_valueW ? _wcsdup(str_valueW) : NULL; \
|
| H A D | ittnotify_static.c | 981 wchar_t* str_valueW = NULL; in ITT_VERSIONIZE() local 1003 str_valueW = (wchar_t*)(metadata[item].value); in ITT_VERSIONIZE() 1004 … NEW_COUNTER_METADATA_STR_W(&_N_(_ittapi_global),h,h_tail,counter,type,str_valueW); in ITT_VERSIONIZE() 1592 free((wchar_t*)current_counter_metadata->str_valueW); in __itt_free_allocated_resources()
|
| H A D | ittnotify.h | 4166 const wchar_t* str_valueW; member 4168 void* str_valueW; member
|