Searched refs:st (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | util.cpp | 86 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 D | util.hpp | 78 flt timertime(timer st, timer fn);
|
| /oneTBB/test/common/ |
| H A D | utils_concurrency_limit.h | 158 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 D | state_trackable.h | 52 State& operator=( const State& st ) noexcept { 53 assign_new_state(st.state);
|
| H A D | doctest.h | 5617 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 D | test_mutex.h | 156 Work( State& st ) : state(st){ Order = 0; } in Work()
|
| /oneTBB/src/tbb/ |
| H A D | parallel_pipeline.cpp | 452 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 D | large_objects.cpp | 193 CacheBinOperation(OpTypeData &d, CacheBinOperationStatus st = CBST_WAIT) { in CacheBinOperation() 196 MallocAggregatedOperation<CacheBinOperation>::type::status = st; in CacheBinOperation()
|