| /oneTBB/src/tbb/ |
| H A D | itt_notify.h | 76 #define ITT_NOTIFY(name,obj) __itt_##name(const_cast<void*>(static_cast<volatile void*>(… argument 80 #define ITT_SYNC_CREATE(obj, type, name) __itt_sync_create((void*)(obj), type, name, 2) argument 81 #define ITT_STACK_CREATE(obj) obj = __itt_stack_caller_create() argument 83 #define ITT_CALLEE_ENTER(cond, t, obj) if(cond) {\ argument 87 #define ITT_CALLEE_LEAVE(cond, obj) (cond) ? __itt_stack_callee_leave(static_cast<__itt_caller>… argument 96 #define ITT_NOTIFY(name,obj) ((void)0) argument 100 #define ITT_SYNC_CREATE(obj, type, name) ((void)0) argument 101 #define ITT_STACK_CREATE(obj) ((void)0) argument 102 #define ITT_STACK_DESTROY(obj) ((void)0) argument 103 #define ITT_CALLEE_ENTER(cond, t, obj) ((void)0) argument [all …]
|
| H A D | small_object_pool.cpp | 48 small_object* obj{nullptr}; in allocate_impl() local
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | intersect.cpp | 65 void add_object(object *obj) { in add_object() 118 void add_intersection(flt t, object *obj, ray *ry) { in add_intersection() 138 int closest_intersection(flt *t, object **obj, intersectstruct *intstruct) { in closest_intersection()
|
| H A D | bndbox.cpp | 80 static int bndbox_bbox(void *obj, vector *min, vector *max) { in bndbox_bbox() 100 object *obj; in bndbox_intersect() local
|
| H A D | plane.cpp | 80 static int plane_bbox(void *obj, vector *min, vector *max) { in plane_bbox()
|
| H A D | cylinder.cpp | 86 static int cylinder_bbox(void *obj, vector *min, vector *max) { in cylinder_bbox() 175 static int fcylinder_bbox(void *obj, vector *min, vector *max) { in fcylinder_bbox()
|
| H A D | quadric.cpp | 58 int quadric_bbox(void *obj, vector *min, vector *max) { in quadric_bbox()
|
| H A D | light.cpp | 79 static int light_bbox(void *obj, vector *min, vector *max) { in light_bbox()
|
| H A D | sphere.cpp | 79 static int sphere_bbox(void *obj, vector *min, vector *max) { in sphere_bbox()
|
| H A D | ring.cpp | 81 static int ring_bbox(void *obj, vector *min, vector *max) { in ring_bbox()
|
| H A D | box.cpp | 58 int box_bbox(void *obj, vector *min, vector *max) { in box_bbox()
|
| H A D | shade.cpp | 74 object* obj; in shader() local
|
| H A D | extvol.cpp | 65 int extvol_bbox(void *obj, vector *min, vector *max) { in extvol_bbox()
|
| H A D | vol.cpp | 64 int scalarvol_bbox(void *obj, vector *min, vector *max) { in scalarvol_bbox()
|
| H A D | grid.hpp | 60 object *obj; /* the actual object */ member
|
| H A D | objbound.cpp | 96 static int objinside(object *obj, vector *min, vector *max) { in objinside()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | spin_mutex.h | 96 inline void set_name(spin_mutex& obj, const char* name) { in set_name() 100 inline void set_name(spin_mutex& obj, const wchar_t* name) { in set_name()
|
| H A D | queuing_mutex.h | 167 inline void set_name(queuing_mutex& obj, const char* name) { in set_name() 171 inline void set_name(queuing_mutex& obj, const wchar_t* name) { in set_name()
|
| H A D | queuing_rw_mutex.h | 144 inline void set_name(queuing_rw_mutex& obj, const char* name) { in set_name() 148 inline void set_name(queuing_rw_mutex& obj, const wchar_t* name) { in set_name()
|
| H A D | spin_rw_mutex.h | 191 inline void set_name(spin_rw_mutex& obj, const char* name) { in set_name() 195 inline void set_name(spin_rw_mutex& obj, const wchar_t* name) { in set_name()
|
| H A D | profiling.h | 136 inline void itt_set_sync_name(void* obj, const wchar_t* name) { in itt_set_sync_name() 139 inline void itt_set_sync_name(void* obj, const char* name) { in itt_set_sync_name() 147 inline void itt_set_sync_name( void* obj, const char* name) { in itt_set_sync_name()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _rtm_mutex.h | 143 inline void set_name(rtm_mutex& obj, const char* name) { in set_name() 147 inline void set_name(rtm_mutex& obj, const wchar_t* name) { in set_name()
|
| H A D | _rtm_rw_mutex.h | 196 inline void set_name(rtm_rw_mutex& obj, const char* name) { in set_name() 200 inline void set_name(rtm_rw_mutex& obj, const wchar_t* name) { in set_name()
|
| /oneTBB/test/common/ |
| H A D | test_invoke.h | 29 std::size_t get_real_index(const T& obj) { in get_real_index()
|
| /oneTBB/python/tbb/ |
| H A D | __init__.py | 183 def _patch(self, class_name, module_name, obj): argument
|