20 #ifndef __jack_thread_h__
21 #define __jack_thread_h__
28 #include <jack/systemdeps.h>
29 #include <jack/weakmacros.h>
33 #define THREAD_STACK 524288
92 jack_native_thread_t *thread,
95 void *(*start_routine)(
void*),
96 void *arg) JACK_OPTIONAL_WEAK_EXPORT;
127 typedef int (*jack_thread_creator_t)(pthread_t*,
128 const pthread_attr_t*,
129 void* (*function)(
void*),