mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Add pthread_timedjoin_np prototype.
This commit is contained in:
parent
9e49a2370c
commit
a48182f787
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150902
@ -57,6 +57,7 @@ void pthread_suspend_all_np(void);
|
||||
int pthread_suspend_np(pthread_t);
|
||||
int pthread_switch_add_np(pthread_switch_routine_t);
|
||||
int pthread_switch_delete_np(pthread_switch_routine_t);
|
||||
int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
|
||||
__END_DECLS
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user