Searched refs:thread_array (Results 1 – 2 of 2) sorted by relevance
100 thread_act_array_t thread_array;102 if (task_threads(task, &thread_array, &thread_count) != KERN_SUCCESS) {112 kern_return_t ret = thread_info(thread_array[i],123 vm_deallocate(task, (vm_address_t)thread_array,
454 pthread_t thread_array[threads]; in start_threads() local466 err = pthread_create(&thread_array[i], NULL, thread_run, NULL); in start_threads()491 err = pthread_join(thread_array[i], (void *)&record_thread); in start_threads()