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