1423
1423
stack size in reality, so we have to double it here
1425
1425
pthread_attr_setstacksize(&thr_attr,my_thread_stack_size*2);
1427
1427
pthread_attr_setstacksize(&thr_attr,my_thread_stack_size);
1429
1429
(void) pthread_mutex_lock(&LOCK_thread_count);