Searched refs:api (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_static.c | 192 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ argument 193 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\ 194 typedef type api ITT_JOIN(_N_(name),_t) args; \ 196 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args \ 206 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \ argument 207 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\ 208 typedef type api ITT_JOIN(_N_(name),_t) args; \ 210 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args \ 225 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ argument 226 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\ [all …]
|
| H A D | ittnotify.h | 278 #define ITT_STUBV(api,type,name,args) \ argument 279 typedef type (api* ITT_JOIN(ITTNOTIFY_NAME(name),_t)) args; \
|
| /oneTBB/python/tbb/ |
| H A D | __init__.py | 32 from .api import * 33 from .api import __all__ as api__all 180 from .api import _concurrency_barrier
|
| H A D | test.py | 49 from .api import *
|
| H A D | api.i | 30 %module api
|
| H A D | pool.py | 70 from .api import *
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | CMakeLists.txt | 28 src/tachyon_video.cpp src/api.cpp
|
| /oneTBB/src/tbb/tools_api/legacy/ |
| H A D | ittnotify.h | 219 #define ITT_STUBV(api,type,name,args) \ argument 220 typedef type (api* ITT_JOIN(ITTNOTIFY_NAME(name),_t)) args; \
|