summaryrefslogtreecommitdiff
path: root/sysdeps/htl
AgeCommit message (Expand)Author
2025-11-22htl: move c11 symbols into libc.gfleury
2025-11-21htl: move pthread_spin_{destroy, lock, init, trylock, unlock) and remove _pth...gfleury
2025-11-18htl: move pthread_getname_np/setname_np into libc.gfleury
2025-11-17htl: move pthread_create to into libcSamuel Thibault
2025-11-16htl: Add missing includeSamuel Thibault
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella
2025-11-13htl: Remove errno and herrno from libpthreadSamuel Thibault
2025-11-13htl: Drop pthread-functions infrastructureSamuel Thibault
2025-11-13htl: move {,_IO_}f{,un,try}lockfile implementation into libcSamuel Thibault
2025-11-12hurd: Drop remnants of cthreadsSamuel Thibault
2025-09-08Remove futex_supports_psharedAndreas Schwab
2025-08-18htl: move sem_{clockwait, timedwait, wait, trywait} into libc.gfleury
2025-08-18htl: move sem_post into libc.gfleury
2025-08-18htl: move sem_init into libc.gfleury
2025-08-18htl: move sem_getvalue into libc.gfleury
2025-08-18htl: move sem_destroy into libc.gfleury
2025-08-16htl: move __pthread_startup into libc.gfleury
2025-08-16htl: move pthread_{join, clockjoin_np, timedjoin_np, tryjoin_np} into libc.gfleury
2025-08-16htl: move pthread_exit into libc.gfleury
2025-08-16htl: move pthread_detach into libc.gfleury
2025-08-16htl: move pthread_getattr_np into libc.gfleury
2025-08-16htl: move pthread_testcancel into libc.gfleury
2025-08-16htl: move pthread_getcpuclockid into libc.gfleury
2025-08-16htl: move __pthread_init_{specific, static_tls}, __pthread_{alloc}, dealloc} ...gfleury
2025-08-16htl: move pthread_get/setconcurrency into libc.gfleury
2025-08-16htl: move pthread_setschedprio into libc.gfleury
2025-07-06htl: move __pthread_get_cleanup_stack to libcSamuel Thibault
2025-07-06htl: Drop ptr_pthread_once from pthread_functionsSamuel Thibault
2025-06-15htl: move pthread_key_*, pthread_get/setspecificgfleury
2025-04-02stdlib: Fix qsort memory leak if callback throws (BZ 32058)Adhemerval Zanella
2025-03-15htl: Make pthread_setcanceltype / state a cancellation pointSamuel Thibault
2025-03-02htl: move pthread_once into libcSamuel Thibault
2025-02-16htl: don't export __pthread_default_rwlockattr anymore.gfleury
2025-02-16htl: move pthread_rwlock_init into libc.gfleury
2025-02-16htl: move pthread_rwlock_destroy into libc.gfleury
2025-02-16htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlo...gfleury
2025-02-16htl: move pthread_rwlock_unlock into libc.gfleury
2025-02-16htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.gfleury
2025-02-16htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into l...gfleury
2025-02-16htl: move pthread_rwlockattr_destroy into libc.gfleury
2025-02-16htl: move pthread_rwlockattr_init into libc.gfleury
2025-02-16htl: move __pthread_default_rwlockattr into libc.gfleury
2025-02-10htl: stop exporting __pthread_default_barrierattr.gfleury
2025-02-10htl: move pthread_barrier_wait into libc.gfleury
2025-02-10htl: move pthread_barrier_init into libc.gfleury
2025-02-10htl: move pthread_barrier_destroy into libc.gfleury
2025-02-10htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into...gfleury
2025-02-10htl: move pthread_barrierattr_init into libc.gfleury
2025-02-10htl: move pthread_barrierattr_destroy into libc.gfleury
2025-02-10htl: move __pthread_default_barrierattr into libc.gfleury