]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - include/fosa_threads_and_signals.h
Moving fosa_error.h to FRSH-FOSA and correcting thread_get_prio accodring to
[frescor/fosa.git] / include / fosa_threads_and_signals.h
index 7dde51f1d4fedeb564e9f0760fd035a970a23820..b65912fd61c546f38f655c6a27fc637bcc561f8c 100644 (file)
@@ -237,7 +237,7 @@ int fosa_get_priority_min();
 int fosa_thread_attr_set_prio(frsh_thread_attr_t *attr, int prio);
 
 /**
- * frsh_thread_attr_get_prio()
+ * fosa_thread_attr_get_prio()
  *
  * Get the priority from a thread attributes object
  *
@@ -246,7 +246,7 @@ int fosa_thread_attr_set_prio(frsh_thread_attr_t *attr, int prio);
  * 
  * Returns 0
  **/
- int frsh_thread_attr_get_prio
+ int fosa_thread_attr_get_prio
           (const frsh_thread_attr_t *attr, size_t *prio);
 
 /**
@@ -312,7 +312,7 @@ int fosa_thread_get_prio (frsh_thread_id_t tid, int *prio);
  * notify it to the system console and then terminate the FRSH
  * implementation and dependant applications
  **/
-int frsh_set_accepted_signals(frsh_signal_t set[], int size);
+int fosa_set_accepted_signals(frsh_signal_t set[], int size);
 
 /**
  * fosa_signal_queue()