]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
Removing test printfs in fosa_long_jump.c
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Sat, 1 Dec 2007 22:41:23 +0000 (22:41 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Sat, 1 Dec 2007 22:41:23 +0000 (22:41 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@917 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_marte/fosa_long_jump.c
src_marte/fosa_threads_and_signals.c

index 04ebb66ded9bd08400f16057b18217747cd6a0f2..417c94ab6867a7d03d23148cebaa8aa9be4f65ac 100644 (file)
@@ -178,10 +178,8 @@ void * fosa_long_jump_handler (void * arg) {
       exit(1);
     }
     // Restore thread's context
-    printf("About to restore\n"); // remove
     info=((fosa_long_jump_context_t*) (siginfo.sival_ptr));
     marte_nonlocaljmp_restorecontext(info->tid,&(info->marte_context));
-    printf("Restored thread \n"); // remove
   }
 }
 
index 46784c1e22ac41f3474059e2e3e247777dbaf436..39af09b952cb12c5836b2ca775eb99e2934eb5ad 100644 (file)
@@ -540,7 +540,7 @@ int fosa_set_accepted_signals(frsh_signal_t set[], int size)
  * notify it to the system console and then terminate the FRSH
  * implementation and dependant applications
  **/
- int fosa_signal_queue
+int fosa_signal_queue
        (frsh_signal_t signal, frsh_signal_info_t info,
         frsh_thread_id_t receiver)
 {
@@ -582,7 +582,7 @@ int fosa_set_accepted_signals(frsh_signal_t set[], int size)
  * notify it to the system console and then terminate the FRSH
  * implementation and dependant applications
  **/
- int fosa_signal_wait
+int fosa_signal_wait
       (frsh_signal_t set[], int size, frsh_signal_t *signal_received, 
        frsh_signal_info_t *info)
 {