]> rtime.felk.cvut.cz Git - frescor/fosa.git/commit
Time abstraction added to FOSA to replace timespec_operations
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 6 Mar 2008 11:32:16 +0000 (11:32 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 6 Mar 2008 11:32:16 +0000 (11:32 +0000)
commitc8948702a2abdf14f152d9776ab91e3e6283e045
treec65ad64712e39aed0a8152de42372b7365d33664
parent3af46810c5cbff28bce18ad062b47675d4402aa0
Time abstraction added to FOSA to replace timespec_operations

git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1041 35b4ef3e-fd22-0410-ab77-dab3279adceb
28 files changed:
include/fosa_app_def_sched.h
include/fosa_clocks_and_timers.h
include/fosa_mutexes_and_condvars.h
include/fosa_opaque_types.h
include/fosa_opaque_types_time.h [new file with mode: 0644]
include/fosa_threads_and_signals.h
include/fosa_time.h
include/fosa_time_numeric.h [new file with mode: 0644]
include/fosa_time_timespec.h [new file with mode: 0644]
include/fosa_types.h
include/timespec_operations.h [deleted file]
src_marte/Makefile
src_marte/fosa_app_def_sched.c
src_marte/fosa_clocks_and_timers.c
src_marte/fosa_mutexes_and_condvars.c
src_marte/fosa_threads_and_signals.c
src_marte/fosa_time.c
src_marte/tests/test_clock_and_timers/test_clock_and_timers.c
src_marte/tests/test_cpu_clocks/test_cpu_clocks.c
src_marte/tests/test_cpu_clocks/test_cpu_clocks_sigwait_from_different_thread.c
src_marte/tests/test_fosa_ads/test_fosa_ads.c
src_marte/tests/test_fosa_general/test_fosa.c
src_marte/tests/test_non_local_jump/simple_test_non_local_jump.c
src_marte/tests/test_non_local_jump/test_fosa_long_jump.c
src_marte/tests/test_non_local_jump/testbench_long_jump.c
src_marte/tests/test_queue_signal_fosa/test_queue_signal_fosa.c
src_marte/tests/test_time/Makefile [new file with mode: 0644]
src_marte/tests/test_time/fosa_test_time.c [new file with mode: 0644]