aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)AuthorFilesLines
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2-0/+18
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer1-3/+13
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer1-0/+7
2020-03-03Linux: set_robust_list syscall number is always availableFlorian Weimer1-6/+4
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-4/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-5/+4
2020-02-10nptl: update default pthread-offsets.hAndreas Schwab1-16/+6
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2-204/+2
2020-02-09nptl: Move nptl-specific types to separate headerSamuel Thibault2-8/+15
2020-01-30nptl: Avoid using PTHREAD_MUTEX_DEFAULT in macro definition [BZ #25271]Florian Weimer1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2019-11-26nptl: Fix __PTHREAD_MUTEX_INITIALIZER for !__PTHREAD_MUTEX_HAVE_PREVAdhemerval Zanella1-1/+1
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella1-0/+26
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella1-0/+45
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella3-28/+78
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella3-133/+113
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-3/+3
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe1-1/+1
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-0/+11
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella2-0/+95
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella1-2/+13
2019-10-31Consolidate lowlevellock-futex.hAdhemerval Zanella1-37/+128
2019-10-31Consolidate futex-internal.hAdhemerval Zanella1-15/+196
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer1-24/+5
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer1-2/+0
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer1-2/+0
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer1-1/+0
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert30-30/+30
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer1-1/+0
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer1-1/+0
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer1-1/+0
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer1-2/+0
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer1-1/+0
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer1-1/+0
2019-07-18nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe1-4/+0
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe1-8/+1
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe1-0/+7
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe1-7/+9
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe1-0/+14
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2-0/+19