mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add the prototypes for pthread_suspend_all_np and pthread_resume_all_np.
This commit is contained in:
parent
5eb8d1f0b0
commit
9de68a9f4c
1 changed files with 2 additions and 0 deletions
|
|
@ -45,8 +45,10 @@ typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t);
|
|||
__BEGIN_DECLS
|
||||
int pthread_attr_setcreatesuspend_np(pthread_attr_t *);
|
||||
int pthread_multi_np(void);
|
||||
int pthread_resume_all_np(void);
|
||||
int pthread_resume_np(pthread_t);
|
||||
int pthread_single_np(void);
|
||||
int pthread_suspend_all_np(void);
|
||||
int pthread_suspend_np(pthread_t);
|
||||
int pthread_mutexattr_getkind_np(pthread_mutexattr_t);
|
||||
int pthread_mutexattr_setkind_np(pthread_mutexattr_t *, int);
|
||||
|
|
|
|||
Loading…
Reference in a new issue