about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-12/+9
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-063-6/+4
* nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe2019-11-012-0/+75
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-0115-28/+181
* nptl: Convert tst-join3 to use libsupportMike Crowe2019-11-011-66/+20
* Refactor PI mutexes internal definitionsAdhemerval Zanella2019-10-315-69/+42
* nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella2019-10-313-35/+23
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-302-8/+6
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-277-12/+15
* nptl: Document AS-safe functions in cancellation.c.Carlos O'Donell2019-10-181-2/+5
* nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2019-10-188-50/+29
* nptl/tst-cancel25 needs to be an internal testFlorian Weimer2019-10-182-2/+3
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-074-8/+2
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-074-7/+3
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-044-7/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07487-487/+487
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-304-6/+2
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-284-7/+2
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-164-7/+3
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-155-21/+4
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-153-30/+2
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-155-7/+5
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-153-7/+2
* nptl: Use uintptr_t for address diagnostic in nptl/tst-pthread-getattrFlorian Weimer2019-07-301-8/+9
* nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe2019-07-182-6/+0
* nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe2019-07-122-10/+0
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-129-27/+160
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-122-13/+18
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-1214-100/+307
* nptl: pthread_rwlock: Move timeout validation into _full functionsMike Crowe2019-07-123-20/+20
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-129-18/+221
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-129-20/+193
* nptl: Add clockid parameter to futex timed wait callsMike Crowe2019-07-124-34/+16
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-024-70/+42
* Fix build warnings in nptl/tst-eintr1.cStefan Liebler2019-06-261-3/+2
* nptl: Convert various tests to use libsupportMike Crowe2019-06-219-409/+117
* nptl: Add comment to __pthread_get_minstack about external usersFlorian Weimer2019-05-271-0/+8
* Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella2019-05-145-38/+0
* Small optimization for lowlevellockAdhemerval Zanella2019-05-141-12/+19
* Add single-thread.h headerAdhemerval Zanella2019-05-141-37/+0
* sem_close: Use __twalk_rFlorian Weimer2019-05-101-13/+15
* nptl/tst-abstime: Use libsupportMike Crowe2019-05-091-52/+18
* nptl: Convert some rwlock tests to use libsupportMike Crowe2019-05-094-386/+97
* nptl: Use recent additions to libsupport in tst-sem5Mike Crowe2019-05-091-16/+5
* nptl: Convert tst-cond11.c to use libsupportMike Crowe2019-05-091-133/+36
* Move nptl/tst-eintr1 to xtestsSzabolcs Nagy2019-05-091-1/+6
* nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctlyMike Crowe2019-03-251-6/+6
* nptl: Convert tst-sem5 & tst-sem13 to use libsupportMike Crowe2019-03-252-79/+20
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-221-1/+1
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-228-192/+1