forked from Imagelibrary/rtems
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/rtems/posix/pthread.h: Remove stray comment. Work-around doxygen comment bug.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* posix/include/rtems/posix/pthread.h: Remove stray comment.
|
||||||
|
Work-around doxygen comment bug.
|
||||||
|
|
||||||
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libnetworking/netinet/ip_fw.c, libnetworking/netinet/ip_input.c:
|
* libnetworking/netinet/ip_fw.c, libnetworking/netinet/ip_input.c:
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
* @file rtems/posix/pthread.h
|
* @file rtems/posix/pthread.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* rtems/posix/pthread.h
|
/*
|
||||||
*
|
|
||||||
* This include file contains all the private support information for
|
* This include file contains all the private support information for
|
||||||
* POSIX threads.
|
* POSIX threads.
|
||||||
*
|
*
|
||||||
@@ -131,7 +130,8 @@ void _POSIX_Threads_Sporadic_budget_callout(
|
|||||||
*
|
*
|
||||||
* This routine supports the sporadic scheduling algorithm.
|
* This routine supports the sporadic scheduling algorithm.
|
||||||
*
|
*
|
||||||
* @param[in] the_thread is the thread whose budget has been exceeded.
|
* @param[in] id
|
||||||
|
* @param[in] argument
|
||||||
*/
|
*/
|
||||||
void _POSIX_Threads_Sporadic_budget_TSR(
|
void _POSIX_Threads_Sporadic_budget_TSR(
|
||||||
Objects_Id id,
|
Objects_Id id,
|
||||||
|
|||||||
Reference in New Issue
Block a user