pthread_create    111 source4/smbd/process_thread.c 	rc = pthread_create(&thread_id, &thread_attr, thread_connection_fn, state);
pthread_create    179 source4/smbd/process_thread.c 	rc = pthread_create(&thread_id, &thread_attr, thread_task_fn, state);