diff TaskManager/Cell/SpeThreads.h @ 647:7ba4ad4538b1 draft

MailManager rewrite. not yet worked.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Nov 2009 16:18:47 +0900
parents 30dd8a3deb4a
children 1b225972ae88
line wrap: on
line diff
--- a/TaskManager/Cell/SpeThreads.h	Sat Nov 21 11:20:29 2009 +0900
+++ b/TaskManager/Cell/SpeThreads.h	Sat Nov 21 16:18:47 2009 +0900
@@ -20,7 +20,7 @@
     /* functions */
     void init(void);
     int get_mail(int speid, int count, memaddr *ret); // BLOCKING
-    int check_mail(int speid, int count, memaddr *ret); // NONBLOCK
+    int has_mail(int speid, int count, memaddr *ret); // NONBLOCK
     void send_mail(int speid, int num, memaddr *data); // BLOCKING
     static void *spe_thread_run(void *arg);
     static void *frontend_thread_run(void *arg);