Home
last modified time | relevance | path

Searched refs:st (Results 1 – 8 of 8) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dutil.cpp86 flt timertime(timer st, timer fn) { in timertime() argument
89 start = ((double)st) / ((double)1000.00); in timertime()
107 flt timertime(timer st, timer fn) { in timertime() argument
110 start = (st.tv_sec + 1.0 * st.tv_usec / 1000000.0); in timertime()
124 flt timertime(timer st, timer fn) { in timertime() argument
125 return difftime(fn, st); in timertime()
H A Dutil.hpp78 flt timertime(timer st, timer fn);
/oneTBB/test/common/
H A Dutils_concurrency_limit.h158 int st = get_start_affinity_process(); in limit_number_of_threads() local
159 for (int i = st; i < st + max_threads; ++i) { in limit_number_of_threads()
H A Dstate_trackable.h52 State& operator=( const State& st ) noexcept {
53 assign_new_state(st.state);
H A Ddoctest.h5617 void test_case_end(const CurrentTestCaseStats& st) override {
5620 st.numAssertsCurrentTest - st.numAssertsFailedCurrentTest)
5621 .writeAttribute("failures", st.numAssertsFailedCurrentTest)
5622 .writeAttribute("test_case_success", st.testCaseSuccess);
5624 xml.writeAttribute("duration", st.seconds);
6356 void test_case_end(const CurrentTestCaseStats& st) override {
6363 … (st.failure_flags && st.failure_flags != static_cast<int>(TestCaseFailureReason::AssertFailure)))
6367 s << Color::None << std::setprecision(6) << std::fixed << st.seconds
6370 if(st.failure_flags & TestCaseFailureReason::Timeout)
6374 if(st.failure_flags & TestCaseFailureReason::ShouldHaveFailedButDidnt) {
[all …]
/oneTBB/test/tbb/
H A Dtest_mutex.h156 Work( State& st ) : state(st){ Order = 0; } in Work()
/oneTBB/src/tbb/
H A Dparallel_pipeline.cpp452 stage_task& st = *alloc.new_object<stage_task>(pipe, alloc); in parallel_pipeline() local
455 r1::execute_and_wait(st, cxt, pipe.wait_ctx, cxt); in parallel_pipeline()
/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp193 CacheBinOperation(OpTypeData &d, CacheBinOperationStatus st = CBST_WAIT) { in CacheBinOperation()
196 MallocAggregatedOperation<CacheBinOperation>::type::status = st; in CacheBinOperation()