20 #ifndef __jack_thread_h__
21 #define __jack_thread_h__
28 #include <jack/weakmacros.h>
32 #define THREAD_STACK 524288
94 void *(*start_routine)(
void*),
95 void *arg) JACK_OPTIONAL_WEAK_EXPORT;
107 const pthread_attr_t*,
108 void* (*function)(
void*),
109 void* arg) JACK_OPTIONAL_WEAK_EXPORT;