source: trunk/Softwares/Global.or32/include/thread_info.h @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 201 bytes
Line 
1
2extern unsigned int get_thread_id       ();
3extern void         set_thread_id       (unsigned int);
4extern unsigned int get_thread_priority ();
5extern void         set_thread_priority (unsigned int);
Note: See TracBrowser for help on using the repository browser.