aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthreadP.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-23nptl: Move pthread_mutexattr_init, __pthread_mutexattr_init into libcFlorian Weimer1-1/+0
2021-04-23nptl: Move pthread_mutex_trylock, __pthread_mutex_trylock into libcFlorian Weimer1-1/+1
2021-04-23nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libcFlorian Weimer1-2/+11
2021-04-21nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer1-5/+2
2021-04-21nptl: Move setxid broadcast implementation into libcFlorian Weimer1-2/+2
2021-04-21nptl: Move core condition variable functions into libcFlorian Weimer1-2/+7
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer1-5/+6
2021-04-21nptl: Move the internal thread priority protection symbols into libcFlorian Weimer1-6/+10
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer1-2/+2
2021-04-21nptl: Move pthread_key_delete into libc.Florian Weimer1-0/+1
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer1-2/+4
2021-04-21nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer1-3/+0
2021-04-21nptl: Move pthread_setcanceltype into libcFlorian Weimer1-0/+1
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer1-2/+0
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer1-0/+1
2021-04-21nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer1-1/+2
2021-04-21nptl: Move __pthread_keys global variable into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer1-1/+2
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer1-3/+5
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer1-5/+3
2021-04-21nptl: Move __pthread_cleanup_upto into libcFlorian Weimer1-3/+1
2021-04-21nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer1-9/+8
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault1-0/+6
2021-03-05nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella1-2/+2
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek1-0/+61
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer1-2/+4
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-4/+0
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer1-3/+0
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski1-0/+9
2020-10-04y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski1-0/+18
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski1-0/+11
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski1-1/+15
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-0/+10
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer1-0/+6
2020-06-02nptl: Destroy the default thread attribute as part of freeresFlorian Weimer1-0/+2
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer1-1/+1
2020-06-02nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer1-0/+2
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer1-0/+6
2020-05-20nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer1-1/+3
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer1-0/+1
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer1-0/+2
2020-04-21linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella1-0/+2
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-0/+1
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-0/+1
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+2