diff options
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 27 |
1 files changed, 18 insertions, 9 deletions
@@ -291,18 +291,16 @@ The following functions are implemented: PTHREAD_RWLOCK_INITIALIZER PTHREAD_SPINLOCK_INITIALIZER + +The following functions are not implemented: + --------------------------- - Thread-Safe C Runtime Library (macros) + Mutexes --------------------------- - strtok_r - asctime_r - ctime_r - gmtime_r - localtime_r - rand_r - + pthread_mutexattr_getrobust + pthread_mutexattr_setrobust -The following functions are not implemented: + pthread_mutex_consistent --------------------------- RealTime Scheduling @@ -351,6 +349,17 @@ The following functions are not implemented: --------------------------- sysconf + --------------------------- + Thread-Safe C Runtime Library (macros) + --------------------------- + strtok_r + asctime_r + ctime_r + gmtime_r + localtime_r + rand_r + + The library includes two non-API functions for creating cancellation points in applications and libraries: |