Searched refs:thread_setup (Results 1 – 7 of 7) sorted by relevance
101 thread_setup(my_policy_type_t pol) in thread_setup() function353 res = thread_setup(pol); in main()447 res = thread_setup(secargs->pol); in second_thread()
136 thread_setup(void *arg) in thread_setup() function201 retval = pthread_create(&threads[thread_index], NULL, thread_setup, (void*)(long)thread_index); in main()
108 retval = pthread_create(&threads[thread_index], NULL, thread_setup, (__bridge void*)arg);140 void* thread_setup(void* arg)
79 static void *thread_setup(void *arg);271 thread_setup(void *arg) in thread_setup() function317 thread_setup, (void *)&thread_indices[thread_index]), "pthread_create"); in execute_threads()
340 thread_setup(int tag) in thread_setup() function385 thread_setup(args.server_num + 1); in server()610 thread_setup(server_num + 1); in client()810 thread_setup(0); in main()
460 thread_setup(int tag) in thread_setup() function504 thread_setup(args->server_num + 1); in server()697 thread_setup(server_num + 1); in client()923 thread_setup(0); in main()
94 static int thread_setup(uint32_t my_id);607 thread_setup(uint32_t my_id) in thread_setup() function700 thread_setup(my_id); in worker_thread()1326 thread_setup(0); in main()