]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/pthread_internal.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / sys / pthread_internal.h
index 634470f89c795f1d61d3917cacd0193c87158409..3f4c3f12cf877ee0d183ea24a88a58d99051ab6e 100644 (file)
@@ -40,11 +40,9 @@ struct ksyn_waitq_element {
 #endif
 };
 
-void workqueue_mark_exiting(struct proc *);
-void workqueue_exit(struct proc *);
+void workq_mark_exiting(struct proc *);
+void workq_exit(struct proc *);
 void pthread_init(void);
-int thread_qos_from_pthread_priority(unsigned long, unsigned long *);
-unsigned long pthread_priority_canonicalize(unsigned long priority, boolean_t propagation);
 
 #endif /* _SYS_PTHREAD_INTERNAL_H_ */