Home
last modified time | relevance | path

Searched refs:__TBB_machine_time_stamp (Results 1 – 10 of 10) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/machine/
H A Dgcc_ia32_common.h57 static inline tbb::internal::machine_tsc_t __TBB_machine_time_stamp() { in __TBB_machine_time_stamp() function
66 #define __TBB_time_stamp() __TBB_machine_time_stamp()
H A Dmsvc_ia32_common.h199 static inline tbb::internal::machine_tsc_t __TBB_machine_time_stamp() { in __TBB_machine_time_stamp() function
202 #define __TBB_time_stamp() __TBB_machine_time_stamp()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/machine/
H A Dgcc_ia32_common.h54 static inline tbb::internal::machine_tsc_t __TBB_machine_time_stamp() { in __TBB_machine_time_stamp() function
63 #define __TBB_time_stamp() __TBB_machine_time_stamp()
H A Dmsvc_ia32_common.h194 static inline tbb::internal::machine_tsc_t __TBB_machine_time_stamp() { in __TBB_machine_time_stamp() function
197 #define __TBB_time_stamp() __TBB_machine_time_stamp()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/machine/
H A Dgcc_ia32_common.h54 static inline tbb::internal::machine_tsc_t __TBB_machine_time_stamp() { in __TBB_machine_time_stamp() function
63 #define __TBB_time_stamp() __TBB_machine_time_stamp()
H A Dmsvc_ia32_common.h194 static inline tbb::internal::machine_tsc_t __TBB_machine_time_stamp() { in __TBB_machine_time_stamp() function
197 #define __TBB_time_stamp() __TBB_machine_time_stamp()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/machine/
H A Dgcc_ia32_common.h54 static inline tbb::internal::machine_tsc_t __TBB_machine_time_stamp() { in __TBB_machine_time_stamp() function
63 #define __TBB_time_stamp() __TBB_machine_time_stamp()
H A Dmsvc_ia32_common.h194 static inline tbb::internal::machine_tsc_t __TBB_machine_time_stamp() { in __TBB_machine_time_stamp() function
197 #define __TBB_time_stamp() __TBB_machine_time_stamp()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/machine/
H A Dmic_common.h49 #define __TBB_machine_time_stamp() _rdtsc() macro
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dpartitioner.h46 #ifdef __TBB_machine_time_stamp
447 my_dst_tsc = __TBB_machine_time_stamp() + __TBB_task_duration();
450 if( __TBB_machine_time_stamp() < my_dst_tsc ) {