[Bug 1635] Refactor Priority bit map handling
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Tue Jul 27 22:06:34 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1635
--- Comment #4 from Joel Sherrill <joel.sherrill at oarcorp.com> 2010-07-27 17:06:33 CDT ---
The names of the routines are close but I think miss the standard pattern.
The pattern is _Package_Method so in C++ package::method if you like.
If this is the Priority Bitmap handler, then the names should be something
line _Priority_Bitmap_Add( &priority_map )
- _Priority_Add_to_bit_map( &the_thread->Priority_map );
+ _Priority_Add_bit_map( &the_thread->Priority_map );
Does that make sense?
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list