aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)AuthorFilesLines
2021-06-04libio: Assume _IO_lock_inexpensiveAdhemerval Zanella1-3/+0
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella1-1/+2
2021-05-25nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer1-2/+6
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer1-4/+0
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer1-2/+0
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer1-0/+28
2021-05-17nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer1-0/+8
2021-05-10Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer1-0/+110
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer1-0/+1
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer1-2/+23
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2-13/+57
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer3-30/+5
2021-05-03nptl: Move pthread_yield into libc, as a compatibility symbolFlorian Weimer1-4/+7
2021-05-03nptl: Move pthread_rwlock_trywrlock into libcFlorian Weimer1-5/+0
2021-05-03nptl: Move pthread_rwlock_tryrdlock into libcFlorian Weimer1-5/+0
2021-05-03nptl: Move pthread_rwlock_init into libcFlorian Weimer1-9/+2
2021-05-03nptl: Move pthread_rwlock_destroy into libcFlorian Weimer1-8/+1
2021-05-03nptl: Move mtx_init into libcFlorian Weimer1-8/+0
2021-05-03nptl: Move call_once into libcFlorian Weimer1-2/+8
2021-04-27Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor1-1/+2
2021-04-23nptl: Move pthread_mutexattr_setrobust into libcFlorian Weimer1-4/+9
2021-04-23nptl: Move pthread_mutexattr_getrobust into libcFlorian Weimer1-3/+9
2021-04-22nptl: __nptl_set_robust_list_avail must be nocommonFlorian Weimer1-1/+1
2021-04-21nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer2-72/+6
2021-04-21nptl: Move setxid broadcast implementation into libcFlorian Weimer2-24/+3
2021-04-21nptl: Move core condition variable functions into libcFlorian Weimer1-11/+0
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer2-27/+10
2021-04-21nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer2-0/+74
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer2-18/+6
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2-3/+0
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2-3/+0
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2-3/+0
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer1-0/+37
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer1-0/+30
2021-04-21Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer1-23/+7
2021-04-21nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer2-10/+2
2021-04-21nptl: Move pthread_setcanceltype into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer2-4/+1
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer2-6/+0
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer2-13/+2
2021-04-21csu: Move calling main out of __libc_start_main_implFlorian Weimer1-0/+88
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer2-66/+0
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer3-14/+3
2021-04-21nptl: Move __pthread_cleanup_upto into libcFlorian Weimer2-7/+2
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer3-58/+31
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer1-2/+8
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault3-35/+1
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella1-31/+0
2021-03-12linux: Use __libc_single_threaded on forkAdhemerval Zanella1-1/+2