Home
last modified time | relevance | path

Searched refs:domainW (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/tools_api/
H A Dittnotify_config.h483 const wchar_t* domainW; /*!< Copy of original name in UNICODE. */ member
485 void* domainW; member
637 h->domainW = name ? _wcsdup(domain) : NULL; \
658 h->domainW = NULL; \
H A Dittnotify_static.c597 …if (h->nameW != NULL && h->type == (int)type && !wcscmp(h->nameW, name) && ((h->domainW == NULL &&… in ITT_VERSIONIZE()
598 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) break; in ITT_VERSIONIZE()
693 …if (h->nameW != NULL && h->type == (int)type && !wcscmp(h->nameW, name) && ((h->domainW == NULL &&… in ITT_VERSIONIZE()
694 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) break; in ITT_VERSIONIZE()
882 …ameW != NULL && h->type == (int)type && !wcscmp(h->nameW, name) && ((h->domainW == NULL && domain… in ITT_VERSIONIZE()
883 … (h->domainW != NULL && domain->nameW != NULL && !wcscmp(h->domainW, domain->nameW)))) break; in ITT_VERSIONIZE()
1565 free((wchar_t*)current_couter->domainW); in __itt_free_allocated_resources()