Jonas 'Sortie' Termansen
5cc0027cf7
Add thread wait functions with clock support.
- pthread_cond_clockwait(2)
- pthread_mutex_clocklock(2)
- pthread_mutex_timedlock(2)
- pthread_rwlock_clockrdlock(2)
- pthread_rwlock_clockwrlock(2)
- pthread_rwlock_timedrdlock(2)
- pthread_rwlock_timedwrlock(2)
- sem_clockwait(2)
|
2024-06-25 15:27:14 +02:00 |
| .. |
|
sem_clockwait.c
|
Add thread wait functions with clock support.
|
2024-06-25 15:27:14 +02:00 |
|
sem_destroy.c
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
|
sem_getvalue.c
|
Implement threading primitives that truly sleep.
|
2021-06-23 22:10:47 +02:00 |
|
sem_init.c
|
Implement threading primitives that truly sleep.
|
2021-06-23 22:10:47 +02:00 |
|
sem_post.c
|
Implement threading primitives that truly sleep.
|
2021-06-23 22:10:47 +02:00 |
|
sem_timedwait.c
|
Add thread wait functions with clock support.
|
2024-06-25 15:27:14 +02:00 |
|
sem_trywait.c
|
Implement threading primitives that truly sleep.
|
2021-06-23 22:10:47 +02:00 |
|
sem_wait.c
|
Implement threading primitives that truly sleep.
|
2021-06-23 22:10:47 +02:00 |