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

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
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.