aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl/pthreadP.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-02stdlib: Fix qsort memory leak if callback throws (BZ 32058)Adhemerval Zanella1-0/+15
2025-03-15htl: Make pthread_setcanceltype / state a cancellation pointSamuel Thibault1-0/+8
2025-02-16htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlo...gfleury1-0/+12
2025-02-16htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into l...gfleury1-0/+6
2025-02-16htl: move pthread_rwlockattr_destroy into libc.gfleury1-0/+2
2025-02-16htl: move pthread_rwlockattr_init into libc.gfleury1-0/+2
2025-02-10htl: move pthread_barrier_wait into libc.gfleury1-0/+2
2025-02-10htl: move pthread_barrier_init into libc.gfleury1-0/+4
2025-02-10htl: move pthread_barrier_destroy into libc.gfleury1-0/+2
2025-02-10htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into...gfleury1-0/+6
2025-02-10htl: move pthread_barrierattr_init into libc.gfleury1-0/+2
2025-02-10htl: move pthread_barrierattr_destroy into libc.gfleury1-0/+2
2025-02-01htl: move pthread_setcancelstate into libc.gfleury1-2/+0
2025-01-29htl: move pthread_setcanceltype into libc.gfleury1-0/+3
2025-01-29htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.gfleury1-0/+2
2025-01-29htl: move pthread_mutex_destroy into libc.gfleury1-2/+0
2025-01-29htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libcgfleury1-0/+6
2025-01-29htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}gfleury1-4/+7
2025-01-29htl: move pthread_mutex_init into libc.gfleury1-1/+1
2025-01-29htl: remove leftover for pthread_mutexattr_settypegfleury1-1/+0
2025-01-02htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ...gfleury1-0/+7
2025-01-02htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get...gfleury1-0/+16
2025-01-02htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc.gfleury1-0/+6
2025-01-02htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc.gfleury1-0/+7
2025-01-02htl: move pthread_mutexattr_setprotocol into libc.Samuel Thibault1-0/+4
2025-01-02htl: move pthread_mutexattr_getprotocol into libc.gfleury1-0/+3
2025-01-01htl: move pthread_mutexattr_init into libc.gfleury1-1/+0
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-12-22htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i...gfleury1-0/+3
2024-12-22htl: move pthread_cond_signal into libc.gfleury1-0/+1
2024-12-22htl: move pthread_cond_broadcast into libc.gfleury1-0/+1
2024-12-22htl: move pthread_cond_destroy into libc.gfleury1-0/+1
2024-12-22htl: move pthread_cond_init into libc.gfleury1-0/+1
2024-12-14htl: move pthread_sigmask into libc.gfleury1-0/+2
2024-12-09htl: move pthread_condattr_init into libc.gfleury1-0/+2
2024-11-19htl: move pthread_attr_init into libc.gfleury1-0/+2
2024-11-19htl: move pthread_attr_setstackaddr into libc.gfleury1-0/+2
2024-11-19htl: move pthread_attr_setstacksize into libc.gfleury1-0/+1
2024-11-19htl: move pthread_attr_getstack into libc.gfleury1-0/+1
2024-11-19htl: move pthread_attr_getstackaddr into libc.gfleury1-0/+1
2024-11-19htl move pthread_attr_getstacksize into libc.gfleury1-0/+1
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella1-0/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-04-05htl: move pthread_self info libc.Guy-Fleury Iteriteka1-0/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-16htl: Move thread table to ld.soSergey Bugaev1-2/+0
2021-07-18htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault1-3/+3
2021-07-13htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault1-0/+3
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella1-2/+0