1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

15 commits

Author SHA1 Message Date
b4e467d634 do not include tsc.h on non x86 archs (closes #211) 2018-11-14 17:08:23 +01:00
fc3e292213 task: fix task implementation for macOS 2018-10-21 15:41:19 +01:00
4e4b5ca95d make use of tsc_now() instead of rdtsc() and rdtscp() (closes #197) 2018-10-20 16:43:43 +02:00
5f0c6194e9 task: fix periodic tasks when using nanosleep() 2018-10-20 15:39:01 +02:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
65ee460953 tsc: improve initialization 2018-08-13 14:41:40 +02:00
Dennis Potter
36c3161fa8 Initialized next and set frequency to right value 2018-08-09 17:35:39 +02:00
Dennis Potter
c2ee43b01e Changed location of int ret declaration
ret is not used in case of RDTSC. So when PERIODIC_TASK_IMPL was set to
RDTSC, the code wouldn't compile
2018-08-09 14:31:31 +02:00
b25f4406c5 task: added support for rdtsc 2018-08-09 07:57:32 +02:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
f5aed9f399 minor fixes for compilation on OS X / BSD 2017-12-14 14:04:26 +01:00
fba30731aa task: simplify interface 2017-09-16 15:33:01 +02:00
e7cbdf694e task: add task_set_rate() 2017-09-05 16:41:05 +02:00
f9324000fa add new functions to retrieve file descriptors from nodes, io formats and tasks 2017-08-30 00:22:58 +02:00
0239a15a84 tests: fixed unit tests for new io and tasks modules 2017-08-20 10:48:44 +02:00
Renamed from lib/periodic_task.c (Browse further)