]> rtime.felk.cvut.cz Git - frescor/fosa.git/commit
Migrating FOSA trunk to d-ac2v2. Phase 1 moving FRSH-FOSA to FOSA
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 22 Jan 2008 12:59:11 +0000 (12:59 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 22 Jan 2008 12:59:11 +0000 (12:59 +0000)
commit37a7e2d45b116e61074de9861ffd192933c7d06a
treed4be3659448895e7e67b1ae706ebde35e76b566c
parent3d1082a76a4d382dfc8a4c747f4de8300d48a978
Migrating FOSA trunk to d-ac2v2.  Phase 1 moving FRSH-FOSA to FOSA

git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1004 35b4ef3e-fd22-0410-ab77-dab3279adceb
29 files changed:
include/fosa.h
include/fosa_app_def_sched.h
include/fosa_clocks_and_timers.h
include/fosa_configuration_parameters.h
include/fosa_long_jump.h
include/fosa_mutexes_and_condvars.h
include/fosa_opaque_types.h
include/fosa_threads_and_signals.h
include/fosa_time.h [new file with mode: 0644]
include/fosa_types.h
include/timespec_operations.h [new file with mode: 0644]
rules.mk
src_marte/fosa_app_def_sched.c
src_marte/fosa_clocks_and_timers.c
src_marte/fosa_long_jump.c
src_marte/fosa_mutexes_and_condvars.c
src_marte/fosa_threads_and_signals.c
src_marte/fosa_time.c [moved from src_marte/frsh_fosa.c with 59% similarity]
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/Makefile [new file with mode: 0644]
src_marte/tests/test_fosa_general/test_fosa.c
src_marte/tests/test_non_local_jump/Makefile
src_marte/tests/test_non_local_jump/frsh_error.c [deleted file]
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