about summary refs log tree commit diff
path: root/nptl/pthreadP.h
Commit message (Expand)AuthorAgeFilesLines
* nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella2021-03-051-2/+2
* [PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek2021-03-041-0/+61
* nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer2021-03-011-2/+4
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-081-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-4/+0
* nptl: Eliminate <smp.h> and __is_smpFlorian Weimer2020-11-131-3/+0
* y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2020-10-151-0/+9
* y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski2020-10-041-0/+18
* y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski2020-09-021-0/+11
* y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski2020-08-131-1/+15
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-021-0/+10
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-021-0/+6
* nptl: Destroy the default thread attribute as part of freeresFlorian Weimer2020-06-021-0/+2
* nptl: Change type of __default_pthread_attrFlorian Weimer2020-06-021-1/+1
* nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer2020-06-021-0/+2
* nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer2020-05-201-0/+6
* nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer2020-05-201-1/+3
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-201-0/+1
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-201-0/+2
* linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella2020-04-211-0/+2
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-201-0/+1
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-201-0/+1
* pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-161-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* nptl: Cleanup mutex internal offset testsAdhemerval Zanella2019-11-261-0/+3
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-011-3/+4
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-121-0/+5
* Add single-thread.h headerAdhemerval Zanella2019-05-141-37/+0
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-10/+0
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-031-10/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-011-3/+8
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-171-4/+8
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-241-0/+3
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-2/+3
* Rename nptl-signals.h to internal-signals.hAdhemerval Zanella2018-02-221-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella2017-12-201-0/+3
* nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9Adhemerval Zanella2017-11-211-1/+1
* nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella2017-11-071-0/+8
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-071-0/+6
* nptl: Remove internal_function attributeFlorian Weimer2017-08-311-18/+11
* NPTL: Remove internal_function from stack marking functionsFlorian Weimer2017-08-131-2/+1
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-231-0/+9
* Remove __ASSUME_REQUEUE_PIAdhemerval Zanella2017-04-041-12/+0
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-101-3/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-311-0/+7