mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Prototype pthread_mutexattr_getkind_np() and pthread_mutexattr_setkind_np().
This commit is contained in:
parent
9362f73db8
commit
7d9120c451
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19638
@ -37,11 +37,13 @@
|
|||||||
* Non-POSIX thread function prototype definitions:
|
* Non-POSIX thread function prototype definitions:
|
||||||
*/
|
*/
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
int pthread_attr_setcreatesuspend_np __P((pthread_attr_t *));
|
int pthread_attr_setcreatesuspend_np __P((pthread_attr_t *));
|
||||||
int pthread_multi_np __P((void));
|
int pthread_multi_np __P((void));
|
||||||
int pthread_resume_np __P((pthread_t));
|
int pthread_resume_np __P((pthread_t));
|
||||||
int pthread_single_np __P((void));
|
int pthread_single_np __P((void));
|
||||||
int pthread_suspend_np __P((pthread_t));
|
int pthread_suspend_np __P((pthread_t));
|
||||||
|
int pthread_mutexattr_getkind_np __P((pthread_mutexattr_t attr));
|
||||||
|
int pthread_mutexattr_setkind_np __P((pthread_mutexattr_t *attr, int kind));
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user