forked from Imagelibrary/rtems
Completed pass at constants.
This commit is contained in:
@@ -202,7 +202,7 @@ LC_ALL, Constant, Implemented
|
||||
fileno(), Function, Implemented
|
||||
STDIN_FILENO, Constant, Implemented
|
||||
STDOUT_FILENO, Constant, Implemented
|
||||
STDERR_FILENO, Constant, ImplementeD
|
||||
STDERR_FILENO, Constant, Implemented
|
||||
@end example
|
||||
|
||||
@subsection Open a Stream on a File Descriptor
|
||||
|
||||
@@ -29,8 +29,8 @@ timerid_t, Type, Implemented
|
||||
@subsection Timer Event Notification Manifest Constants
|
||||
|
||||
@example
|
||||
CLOCK_REALTIME, Constant,
|
||||
TIMER_ABSTIME, Constant,
|
||||
CLOCK_REALTIME, Constant, Implemented
|
||||
TIMER_ABSTIME, Constant, Implemented
|
||||
@end example
|
||||
|
||||
@section Clock and Timer Functions
|
||||
|
||||
@@ -23,8 +23,8 @@ pthread_attr_setstackaddr(), Function, Implemented
|
||||
pthread_attr_getstackaddr(), Function, Implemented
|
||||
pthread_attr_setdetachstate(), Function, Implemented
|
||||
pthread_attr_getdetachstate(), Function, Implemented
|
||||
PTHREAD_CREATE_JOINABLE, Constant,
|
||||
PTHREAD_CREATE_DETACHED, Constant,
|
||||
PTHREAD_CREATE_JOINABLE, Constant, Implemented
|
||||
PTHREAD_CREATE_DETACHED, Constant, Implemented
|
||||
@end example
|
||||
|
||||
@subsection Thread Creation
|
||||
@@ -67,6 +67,6 @@ pthread_equal(), Function, Implemented
|
||||
|
||||
@example
|
||||
pthread_once(), Function, Implemented
|
||||
PTHREAD_ONCE_INIT, Constant,
|
||||
PTHREAD_ONCE_INIT, Constant, Implemented
|
||||
@end example
|
||||
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
@subsection Cancelability States
|
||||
|
||||
@example
|
||||
PTHREAD_CANCEL_DISABLE, Constant,
|
||||
PTHREAD_CANCEL_ENABLE, Constant,
|
||||
PTHREAD_CANCEL_ASYNCHRONOUS, Constant,
|
||||
PTHREAD_CANCEL_DEFERRED, Constant,
|
||||
PTHREAD_CANCEL_DISABLE, Constant, Implemented
|
||||
PTHREAD_CANCEL_ENABLE, Constant, Implemented
|
||||
PTHREAD_CANCEL_ASYNCHRONOUS, Constant, Implemented
|
||||
PTHREAD_CANCEL_DEFERRED, Constant, Implemented
|
||||
@end example
|
||||
|
||||
@subsection Cancellation Points
|
||||
@@ -24,7 +24,7 @@ PTHREAD_CANCEL_DEFERRED, Constant,
|
||||
@subsection Thread Cancellation Cleanup Handlers
|
||||
|
||||
@example
|
||||
PTHREAD_CANCELED, Constant,
|
||||
PTHREAD_CANCELED, Constant, Unimplemented
|
||||
@end example
|
||||
|
||||
@subsection Async-Cancel Safety
|
||||
|
||||
Reference in New Issue
Block a user