Changes between Version 4 and Version 5 of Ticket #11815, comment 7
- Timestamp:
- Mar 28, 2023, 5:33:41 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11815, comment 7
v4 v5 1 As of Haiku R1B4 hrev56865, the remaining pthread implementation for UNIX 2003 compliance are: 2 {{{ 3 pthread_cancel 4 pthread_cond_timedwait 5 pthread_cond_wait 6 pthread_detach 7 pthread_rwlock_rdlock 8 pthread_rwlock_wrlock 9 pthread_rwlock_timedrdlock 10 pthread_rwlock_timedwrlock 11 }}} 12