Searched refs:thread_ctx (Results 1 – 1 of 1) sorted by relevance
894 thread_t thread_ctx[MAX_THREAD_NUMBER]; in do_threads() local907 &(thread_ctx[i])); in do_threads()913 thr_join(thread_ctx[i],NULL,NULL); in do_threads()993 int thread_ctx[MAX_THREAD_NUMBER]; in do_threads() local1001 thread_ctx[i]=sproc((void (*)())ndoit, in do_threads()1092 pthread_t thread_ctx[MAX_THREAD_NUMBER]; in do_threads() local1103 pthread_create(&(thread_ctx[i]), NULL, in do_threads()1110 pthread_join(thread_ctx[i],NULL); in do_threads()1278 thread_id thread_ctx[MAX_THREAD_NUMBER]; in do_threads() local1286 thread_ctx[i] = spawn_thread((thread_func)ndoit, in do_threads()[all …]