From 4f10df53db102fdb059f48bd1b7603b841297248 Mon Sep 17 00:00:00 2001 From: iripoll Date: Wed, 13 Jun 2007 14:24:56 +0000 Subject: [PATCH] RTLinux's kmalloc replaced with TLSF malloc git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@461 35b4ef3e-fd22-0410-ab77-dab3279adceb --- src_rtlinux/fosa_app_def_sched.c | 14 +++++++------- src_rtlinux/fosa_threads_and_signals.c | 9 +++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src_rtlinux/fosa_app_def_sched.c b/src_rtlinux/fosa_app_def_sched.c index 61afffd..7cdc85c 100644 --- a/src_rtlinux/fosa_app_def_sched.c +++ b/src_rtlinux/fosa_app_def_sched.c @@ -228,16 +228,16 @@ int fosa_adsactions_add_thread_notification(fosa_ads_actions_t *sched_actions, timer_settime(fosa_timeout_timer, int flags, at_time, 0); } +int fosa_ads_set_handled_signal_set(frsh_signal_t set[], int size){ + int x; - -int fosa_ads_set_handled_signal_set(frsh_signal_t set[]){ - + rtl_sigemptyset(&fosa_scheduler_signal_bitmap); + for (x=0; x