Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 35) sorted by relevance

12

/oneTBB/src/tbb/
H A Ditt_notify.h76 #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 Dsmall_object_pool.cpp48 small_object* obj{nullptr}; in allocate_impl() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dintersect.cpp65 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 Dbndbox.cpp80 static int bndbox_bbox(void *obj, vector *min, vector *max) { in bndbox_bbox()
100 object *obj; in bndbox_intersect() local
H A Dplane.cpp80 static int plane_bbox(void *obj, vector *min, vector *max) { in plane_bbox()
H A Dcylinder.cpp86 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 Dquadric.cpp58 int quadric_bbox(void *obj, vector *min, vector *max) { in quadric_bbox()
H A Dlight.cpp79 static int light_bbox(void *obj, vector *min, vector *max) { in light_bbox()
H A Dsphere.cpp79 static int sphere_bbox(void *obj, vector *min, vector *max) { in sphere_bbox()
H A Dring.cpp81 static int ring_bbox(void *obj, vector *min, vector *max) { in ring_bbox()
H A Dbox.cpp58 int box_bbox(void *obj, vector *min, vector *max) { in box_bbox()
H A Dshade.cpp74 object* obj; in shader() local
H A Dextvol.cpp65 int extvol_bbox(void *obj, vector *min, vector *max) { in extvol_bbox()
H A Dvol.cpp64 int scalarvol_bbox(void *obj, vector *min, vector *max) { in scalarvol_bbox()
H A Dgrid.hpp60 object *obj; /* the actual object */ member
H A Dobjbound.cpp96 static int objinside(object *obj, vector *min, vector *max) { in objinside()
/oneTBB/include/oneapi/tbb/
H A Dspin_mutex.h96 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 Dqueuing_mutex.h167 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 Dqueuing_rw_mutex.h144 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 Dspin_rw_mutex.h191 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 Dprofiling.h136 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.h143 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.h196 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 Dtest_invoke.h29 std::size_t get_real_index(const T& obj) { in get_real_index()
/oneTBB/python/tbb/
H A D__init__.py183 def _patch(self, class_name, module_name, obj): argument

12