aboutsummaryrefslogtreecommitdiff
path: root/src/util/timeout.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed build on macOS via posix-macos-addonsKirill A. Korinsky2021-09-221-2/+14
| | | | | | | This commit introduced support of macOS by using [posix-macos-addons](https://github.com/stanislaw/posix-macos-addons). Closes: https://github.com/J08nY/ecgen/issues/7
* Add direcory names to include guards.J08nY2018-03-031-3/+3
|
* Fix Valgrind warnings about timeout struct allocations.J08nY2018-02-031-13/+23
| | | | | | - Make them dynamically allocated, per thread, not on stack. - Also fix a small invalid read of deallocated generator point.
* Update copyright year.J08nY2018-01-011-1/+1
|
* Document the timeout interface.J08nY2017-10-081-6/+12
|
* Add Doxygen @file directives to heaer files missing them.J08nY2017-10-041-0/+3
|
* Add per-param timeout option.J08nY2017-10-041-6/+14
|
* Properly implement timeout_start and timeout_stop.J08nY2017-10-041-16/+25
|
* Add timeout.[ch] and timeout macro.J08nY2017-10-041-0/+39