Files
rtems/cpukit
Joel Sherrill 78dabb697c 2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/Makefile.am, score/include/rtems/score/thread.h,
	score/inline/rtems/score/thread.inl: No longer inline _Thread_Get. It
	resulted in unnessary code explosion, many uncovered paths when
	looking at binary executable coverage, and only optimized getting
	self. Id translations were still getting pushed to a subroutine call
	to _Objects_Get. Later the non-inlined version can be further
	optimized to get Ids in range for the current API, then self, then
	look at other APIs.
	* score/src/threadget.c: New file.
2007-10-26 19:44:10 +00:00
..
2006-10-16 15:58:13 +00:00
2007-04-13 04:06:35 +00:00
2007-10-26 09:51:41 +00:00
2007-01-08 08:43:28 +00:00
2007-06-12 15:57:48 +00:00