Home
last modified time | relevance | path

Searched refs:m_end_time (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/clone/include/
H A Dclone_status.h247 m_end_time = 0; in begin()
257 m_end_time = my_micro_time(); in end()
299 uint64_t m_end_time{};
382 m_end_time[m_current_stage] = 0; in init_stage()
411 m_end_time[m_current_stage] = 0; in begin_stage()
425 m_end_time[m_current_stage] = my_micro_time(); in end_stage()
467 uint64_t m_end_time[NUM_STAGES]{};
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgasyncqueue.c600 gint64 m_end_time; in g_async_queue_timed_pop() local
607 m_end_time = g_get_monotonic_time () + in g_async_queue_timed_pop()
611 m_end_time = -1; in g_async_queue_timed_pop()
614 retval = g_async_queue_pop_intern_unlocked (queue, TRUE, m_end_time); in g_async_queue_timed_pop()
646 gint64 m_end_time; in g_async_queue_timed_pop_unlocked() local
652 m_end_time = g_get_monotonic_time () + in g_async_queue_timed_pop_unlocked()
656 m_end_time = -1; in g_async_queue_timed_pop_unlocked()
658 return g_async_queue_pop_intern_unlocked (queue, TRUE, m_end_time); in g_async_queue_timed_pop_unlocked()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/clone/src/
H A Dclone_status.cc379 mysql_pfscol_timestamp->set2(field, is_null ? 0 : m_data.m_end_time); in read_column_value()
439 status_file << m_start_time << " " << m_end_time << std::endl; in write()
492 file_data >> m_start_time >> m_end_time; in read()
583 m_end_time = recovery_end_time; in recover()
770 m_end_time[cur_index] >> m_estimate[cur_index] >> in read()
802 if (m_end_time[STAGE_FILE_SYNC] == 0 || in read()
804 m_end_time[STAGE_FILE_SYNC] = m_start_time[STAGE_FILE_SYNC]; in read()
808 m_start_time[STAGE_RESTART] = m_end_time[STAGE_FILE_SYNC]; in read()
809 m_end_time[STAGE_RESTART] = m_start_time[STAGE_RECOVERY]; in read()
825 m_end_time[STAGE_RECOVERY] = recovery_end_time; in read()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/animations/
H A Dipo.cpp105 m_end_time = -999999.9f; in readIPO()
117 m_end_time = std::max(m_end_time, t); in readIPO()
150 m_end_time = -999999.9f; in readCurve()
203 m_end_time = m_points.back().getW(); in readCurve()
296 time = m_start_time + fmodf(time, m_end_time-m_start_time); break; in adjustTime()
305 else if(time > m_end_time) in adjustTime()
310 time = m_start_time + fmodf(time, m_end_time-m_start_time); break; in adjustTime()
312 time = m_end_time; break; in adjustTime()
H A Dipo.hpp74 float m_end_time; member in Ipo::IpoData
138 float getEndTime() const { return m_ipo_data->m_end_time; } in getEndTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless in SelectHelper()
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout); in SetTimeout()
198 if (m_end_time.hasValue()) { in Select()
201 m_end_time.getValue() - steady_clock::now()); in Select()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout);
198 if (m_end_time.hasValue()) {
201 m_end_time.getValue() - steady_clock::now());
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless in SelectHelper()
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout); in SetTimeout()
198 if (m_end_time.hasValue()) { in Select()
201 m_end_time.getValue() - steady_clock::now()); in Select()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless in SelectHelper()
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout); in SetTimeout()
198 if (m_end_time.hasValue()) { in Select()
201 m_end_time.getValue() - steady_clock::now()); in Select()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless in SelectHelper()
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout); in SetTimeout()
198 if (m_end_time.hasValue()) { in Select()
201 m_end_time.getValue() - steady_clock::now()); in Select()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless in SelectHelper()
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout); in SetTimeout()
198 if (m_end_time.hasValue()) { in Select()
201 m_end_time.getValue() - steady_clock::now()); in Select()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless in SelectHelper()
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout); in SetTimeout()
198 if (m_end_time.hasValue()) { in Select()
201 m_end_time.getValue() - steady_clock::now()); in Select()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless in SelectHelper()
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout); in SetTimeout()
198 if (m_end_time.hasValue()) { in Select()
201 m_end_time.getValue() - steady_clock::now()); in Select()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless in SelectHelper()
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout); in SetTimeout()
198 if (m_end_time.hasValue()) { in Select()
201 m_end_time.getValue() - steady_clock::now()); in Select()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless in SelectHelper()
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout); in SetTimeout()
198 if (m_end_time.hasValue()) { in Select()
201 m_end_time.getValue() - steady_clock::now()); in Select()
/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/optix/
H A DChOptixGeometry.cpp33 …tixGeometry(OptixDeviceContext context) : m_context(context), m_start_time(0.f), m_end_time(1.f) {} in ChOptixGeometry()
118 …m_motion_transforms[i].motionOptions.timeEnd = m_end_time; // default at start, will be updat… in AddGenericObject()
559 accel_options.motionOptions.timeEnd = m_end_time; // default at start in CreateRootStructure()
620 …m_motion_transforms[i].motionOptions.timeEnd = m_end_time; // default at start, will be updat… in RebuildRootStructure()
662 accel_options.motionOptions.timeEnd = m_end_time; in RebuildRootStructure()
708 m_end_time = t_end; in UpdateBodyTransformsEnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Utility/
H A DSelectHelper.h68 llvm::Optional<std::chrono::steady_clock::time_point> m_end_time; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h68 llvm::Optional<std::chrono::steady_clock::time_point> m_end_time; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A DSelectHelper.h68 llvm::Optional<std::chrono::steady_clock::time_point> m_end_time; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Utility/
H A DSelectHelper.h68 llvm::Optional<std::chrono::steady_clock::time_point> m_end_time; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Utility/
H A DSelectHelper.h68 llvm::Optional<std::chrono::steady_clock::time_point> m_end_time; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h68 llvm::Optional<std::chrono::steady_clock::time_point> m_end_time; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Utility/
H A DSelectHelper.h68 llvm::Optional<std::chrono::steady_clock::time_point> m_end_time; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A DSelectHelper.h68 llvm::Optional<std::chrono::steady_clock::time_point> m_end_time; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Utility/
H A DSelectHelper.h68 llvm::Optional<std::chrono::steady_clock::time_point> m_end_time; variable

12