* src/threads/native/threads.c, src/threads/native/threads.c: Further
[cacao.git] / src / threads / green / threads.h
index 55a657bd5a2114f29cc2282eabeb6e93f7f5f76e..5465d6af4eef2f44119cdab7e95b9f571ce072e9 100644 (file)
@@ -196,9 +196,9 @@ void resumeThread (thread*);
 void iresumeThread (thread*);
 void suspendThread (thread*);
 void suspendOnQThread (thread*, thread**);
-void yieldThread (void);
+void threads_yield (void);
 void killThread (thread*);
-void setPriorityThread (thread*, int);
+void threads_java_lang_Thread_set_priority (thread*, int);
 
 s8 currentTime (void);
 void sleepThread(s8 millis, s4 nanos);