aboutsummaryrefslogtreecommitdiff
path: root/htl
AgeCommit message (Expand)AuthorFilesLines
8 dayshtl: Make __pthread_create_internal directly call __pthread_sigmaskSamuel Thibault1-4/+1
8 dayshtl: Make __pthread_sigmask directly call __sigthreadmaskSamuel Thibault1-3/+2
11 dayshtl: move pthread_once into libcSamuel Thibault2-3/+4
2025-02-16htl: don't export __pthread_default_rwlockattr anymore.gfleury2-2/+0
2025-02-16htl: move pthread_rwlock_init into libc.gfleury2-4/+3
2025-02-16htl: move pthread_rwlock_destroy into libc.gfleury2-3/+5
2025-02-16htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlo...gfleury3-11/+17
2025-02-16htl: move pthread_rwlock_unlock into libc.gfleury3-3/+4
2025-02-16htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.gfleury2-3/+6
2025-02-16htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into l...gfleury2-5/+6
2025-02-16htl: move pthread_rwlockattr_destroy into libc.gfleury2-2/+4
2025-02-16htl: move pthread_rwlockattr_init into libc.gfleury2-2/+4
2025-02-16htl: move __pthread_default_rwlockattr into libc.gfleury3-1/+3
2025-02-10htl: stop exporting __pthread_default_barrierattr.gfleury2-2/+0
2025-02-10htl: move pthread_barrier_wait into libc.gfleury2-3/+3
2025-02-10htl: move pthread_barrier_init into libc.gfleury2-2/+4
2025-02-10htl: move pthread_barrier_destroy into libc.gfleury2-2/+4
2025-02-10htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into...gfleury2-4/+6
2025-02-10htl: move pthread_barrierattr_init into libc.gfleury2-2/+4
2025-02-10htl: move pthread_barrierattr_destroy into libc.gfleury2-2/+4
2025-02-10htl: move __pthread_default_barrierattr into libc.gfleury3-1/+3
2025-02-01htl: move pthread_setcancelstate into libc.gfleury5-9/+9
2025-01-29htl: move pthread_setcanceltype into libc.gfleury5-7/+9
2025-01-29htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.gfleury2-3/+4
2025-01-29htl: move pthread_mutex_destroy into libc.gfleury4-6/+3
2025-01-29htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libcgfleury2-4/+7
2025-01-29htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}gfleury4-20/+20
2025-01-29htl: move pthread_mutex_init into libc.gfleury4-8/+4
2025-01-07htl: Fix making pthread_join check timeout valueSamuel Thibault1-1/+7
2025-01-02htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ...gfleury2-5/+6
2025-01-02htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get...gfleury2-5/+7
2025-01-02htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc.gfleury2-4/+6
2025-01-02htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc.gfleury2-4/+8
2025-01-02htl: move pthread_mutexattr_setprotocol into libc.Samuel Thibault2-2/+4
2025-01-02htl: move pthread_mutexattr_getprotocol into libc.gfleury2-2/+4
2025-01-01htl: move pthread_mutexattr_destroy into libc.gfleury2-2/+4
2025-01-01htl: move pthread_mutexattr_init into libc.gfleury2-2/+4
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert47-47/+47
2024-12-22htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i...gfleury4-14/+9
2024-12-22htl: move __pthread_mutex_checklocked into libc.gfleury3-1/+3
2024-12-22htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _...gfleury3-6/+12
2024-12-22htl: move pthread_cond_signal into libc.gfleury4-4/+4
2024-12-22htl: move pthread_cond_broadcast into libc.gfleury4-4/+3
2024-12-22htl: move pthread_cond_destroy into libc.gfleury4-4/+4
2024-12-22htl: move __pthread_wakeup into libc.gfleury3-2/+3
2024-12-22htl: move pthread_cond_init into libc.gfleury4-6/+4
2024-12-14htl: move pthread_sigmask into libc.gfleury3-4/+12
2024-12-14htl: move __pthread_sigstate into libc.gfleury3-1/+3
2024-12-14htl: move __pthread_sigstate_destroy into libc.gfleury3-1/+3
2024-12-09htl: move pthread_condattr_setpshared into libc.gfleury2-3/+3