aboutsummaryrefslogtreecommitdiff
path: root/htl
Commit message (Expand)AuthorAgeFilesLines
* htl: Fix making pthread_join check timeout valueSamuel Thibault2025-01-071-1/+7
* htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ...gfleury2025-01-022-5/+6
* htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get...gfleury2025-01-022-5/+7
* htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc.gfleury2025-01-022-4/+6
* htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc.gfleury2025-01-022-4/+8
* htl: move pthread_mutexattr_setprotocol into libc.Samuel Thibault2025-01-022-2/+4
* htl: move pthread_mutexattr_getprotocol into libc.gfleury2025-01-022-2/+4
* htl: move pthread_mutexattr_destroy into libc.gfleury2025-01-012-2/+4
* htl: move pthread_mutexattr_init into libc.gfleury2025-01-012-2/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2025-01-0147-47/+47
* htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i...gfleury2024-12-224-14/+9
* htl: move __pthread_mutex_checklocked into libc.gfleury2024-12-223-1/+3
* htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _...gfleury2024-12-223-6/+12
* htl: move pthread_cond_signal into libc.gfleury2024-12-224-4/+4
* htl: move pthread_cond_broadcast into libc.gfleury2024-12-224-4/+3
* htl: move pthread_cond_destroy into libc.gfleury2024-12-224-4/+4
* htl: move __pthread_wakeup into libc.gfleury2024-12-223-2/+3
* htl: move pthread_cond_init into libc.gfleury2024-12-224-6/+4
* htl: move pthread_sigmask into libc.gfleury2024-12-143-4/+12
* htl: move __pthread_sigstate into libc.gfleury2024-12-143-1/+3
* htl: move __pthread_sigstate_destroy into libc.gfleury2024-12-143-1/+3
* htl: move pthread_condattr_setpshared into libc.gfleury2024-12-092-3/+3
* htl: move pthread_condattr_setclock into libc.gfleury2024-12-092-2/+4
* htl: move pthread_condattr_init into libc.gfleury2024-12-094-6/+3
* htl: move pthread_condattr_getpshared into libc.gfleury2024-12-092-2/+4
* htl: move pthread_condattr_getclock into libc.gfleury2024-12-092-2/+3
* htl: move __pthread_default_condattr into libc.gfleury2024-12-093-1/+3
* htl: move pthread_condattr_destroy into libc.gfleury2024-12-094-4/+3
* htl: move pthread_attr_init into libc.gfleury2024-11-194-6/+3
* htl: move pthread_attr_setguardsize into libc.gfleury2024-11-192-2/+3
* htl: move pthread_attr_setschedparam into libc.gfleury2024-11-194-7/+2
* htl: move pthread_attr_setscope into libc.gfleury2024-11-194-7/+2
* htl: move pthread_attr_setstackaddr into libc.gfleury2024-11-192-3/+9
* htl: move pthread_attr_setstacksize into libc.gfleury2024-11-192-2/+4
* htl: move pthread_attr_getstack into libc.gfleury2024-11-192-3/+4
* htl: move pthread_attr_getstackaddr into libc.gfleury2024-11-192-2/+5
* htl move pthread_attr_getstacksize into libc.gfleury2024-11-192-2/+5
* htl move pthread_attr_getscope into libc.gfleury2024-11-194-5/+3
* htl move pthread_attr_getguardsize into libc.gfleury2024-11-192-2/+7
* htl: move __pthread_default_attr into libcgfleury2024-11-193-1/+3
* htl: move pthread_attr_destroy into libc.gfleury2024-11-194-5/+2
* hurd: Fix missing pthread_ compat symbol in libcSamuel Thibault2024-08-011-0/+10
* hurd: Fix pthread_self() without libpthreadSamuel Thibault2024-07-171-0/+1
* Add pthread_getname_np and pthread_setname_np for HurdFlavio Cruz2024-07-162-0/+7
* htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev2024-03-231-0/+2
* htl/tests: Reformat Makefile.Carlos O'Donell2024-02-251-4/+19
* htl: Reformat Makefile.Carlos O'Donell2024-02-251-141/+183
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0147-47/+47
* __call_tls_dtors: Use call_function_static_weakSamuel Thibault2023-09-041-4/+1
* htl: thread_local destructors supportSamuel Thibault2023-09-031-0/+6