aboutsummaryrefslogtreecommitdiffstats
path: root/helper_thread.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13helper_thread: do not send A_EXIT message when exit is calledVincent Fu1-1/+0
2023-10-19helper_thread: fix pthread_sigmask typo.Shai Levy1-2/+3
2023-07-03Merge branch 'improvement/fix-warnings-if-NDEBUG-enabled' of https://github.c...Jens Axboe1-1/+7
2023-03-20fio: steadystate: allow for custom check intervalChristian Loehle1-1/+1
2022-04-22fixed compiler warnings if NDEBUG enabled in core codeDenis Pronin1-1/+7
2021-10-12Query Windows clock frequency and use reported maxBrandon Paupore1-12/+9
2021-01-06Change ARRAY_SIZE to FIO_ARRAY_SIZEJens Axboe1-3/+3
2020-09-25helper_thread: Increase timer accuracyBart Van Assche1-1/+39
2020-09-25helper_thread: Rework the interval timer codeBart Van Assche1-49/+105
2020-09-20helper_thread: Introduce the wait_for_action() functionBart Van Assche1-21/+37
2020-09-20helper_thread: Introduce a function for blocking Unix signalsBart Van Assche1-10/+13
2020-09-20gettime: Introduce fio_get_mono_time()Bart Van Assche1-10/+2
2020-05-12helper_thread: better handle select() return valueVincent Fu1-2/+3
2020-04-29helper_thread: refactor status-interval and steadystate codeVincent Fu1-24/+26
2020-04-29helper_thread: fix inconsistent status intervalsVincent Fu1-3/+19
2020-04-29helper_thread: cleanupsVincent Fu1-4/+2
2020-01-04helper_thread: Complain if select() failsBart Van Assche1-1/+4
2020-01-04Block signals for the helper threadBart Van Assche1-0/+13
2020-01-03Fix a potential deadlock in helper_do_stat()Bart Van Assche1-39/+152
2020-01-03Handle helper_thread_create() failures properlyBart Van Assche1-0/+6
2020-01-03Revert "Fix a potential deadlock in helper_do_stat()"Jens Axboe1-54/+40
2020-01-01Fix a potential deadlock in helper_do_stat()Bart Van Assche1-40/+54
2020-01-01Use CLOCK_MONOTONIC for condition variables used by pthread_cond_timedwait()Bart Van Assche1-7/+10
2018-03-15Suppress uninteresting data race reportsBart Van Assche1-0/+8
2018-03-15Rename fio_mutex into fio_semBart Van Assche1-7/+7
2018-03-15Split mutex.c and .h each into three filesBart Van Assche1-0/+1
2018-03-09helper_thread: Initialize all helper_data members before using itBart Van Assche1-1/+1
2017-12-02steadystate: add free helperJens Axboe1-2/+1
2017-06-21nanosecond: initial commit changing timeval to timespecVincent Fu1-16/+16
2016-08-15steadystate: rename 'steadystate' to 'steadystate_enabled'Jens Axboe1-1/+1
2016-08-15Split helper thread debug logging away from steadystate debug loggingVincent Fu1-1/+1
2016-08-15Allow fio to terminate jobs when steady state is attainedVincent Fu1-4/+23
2016-06-28helper_thread: remove impossible branchVincent Fu1-6/+2
2016-05-25mutex: abstract out cond/lock pshared initJens Axboe1-25/+4
2016-05-25Fix occasional hangs on mutexesJan Kara1-2/+26
2016-05-06helper_thread: split into separate fileJens Axboe1-0/+167