summaryrefslogtreecommitdiff
path: root/include/pthread_np.h
AgeCommit message (Expand)Author
2025-05-19libthr: add stable user interface for sigfastblock(2)Konstantin Belousov
2025-05-19pthread_switch_add_np(3): removeKonstantin Belousov
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2020-06-04Revert r361770 "Add pthread_getname_np() and pthread_setname_np() aliases" fo...Konstantin Belousov
2020-06-03Add pthread_getname_np() and pthread_setname_np() aliasesKonstantin Belousov
2020-02-15Add pthread_peekjoin_np(3).Konstantin Belousov
2018-08-17Add pthread_get_name_np(3).Konstantin Belousov
2018-08-17Reorder alphabetically.Konstantin Belousov
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-02-07Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim
2008-03-03Add cpu affinity APIs to get and set thread's cpu affinity mask, theDavid Xu
2008-02-06Per discussion on -threads, rename _islocked_np() to _isowned_np().Dag-Erling Smørgrav
2008-02-03Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex isDag-Erling Smørgrav
2007-12-141. Add function pthread_mutex_setspinloops_np to turn a mutex's spinDavid Xu
2007-10-29Remove 3rd clause and renumber after getting permission from theWarner Losh
2005-10-04Add pthread_timedjoin_np prototype.David Xu
2003-01-07pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')Max Khon
2002-10-26Prototype for pthread_attr_get_np().Alexey Zelkin
2002-10-22fix pthread_suspend/resume_all_np() declarationsMax Khon
2002-05-24Reorder prototypes to be in alphabetical order.Daniel Eischen
2002-05-24Add the prototypes for pthread_suspend_all_np and pthread_resume_all_np.Daniel Eischen
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2001-08-11Make the name parameter const char *.Warner Losh
2001-03-19Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein
1999-07-31Cleanups to the pthread header files.Ralf S. Engelschall
1999-03-23 o Runnable threads are now maintained in priority queues. TheJohn Birrell
1998-04-11Add a function prototype to set the name of a thread for debuggingJohn Birrell
1997-05-07Back out all of yesterdays include file changes.Eivind Eklund
1997-05-07Make a lot of include-files self-contained. I excluded the patches changingEivind Eklund
1996-11-11Prototype pthread_mutexattr_getkind_np() and pthread_mutexattr_setkind_np().Jeffrey Hsu
1996-08-20Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer