kern_result       305 gc/darwin_stop_world.c       kern_return_t kern_result = thread_info(thread, THREAD_BASIC_INFO,
kern_result       307 gc/darwin_stop_world.c       if(kern_result != KERN_SUCCESS) {
kern_result       329 gc/darwin_stop_world.c       kern_result = thread_suspend(thread);
kern_result       330 gc/darwin_stop_world.c       if(kern_result != KERN_SUCCESS) {
kern_result       353 gc/darwin_stop_world.c     kern_return_t kern_result;
kern_result       387 gc/darwin_stop_world.c 	kern_result = task_threads(current_task(), &act_list, &listcount);
kern_result       418 gc/darwin_stop_world.c   kern_return_t kern_result;
kern_result       435 gc/darwin_stop_world.c     kern_result = task_threads(current_task(), &act_list, &listcount);
kern_result       449 gc/darwin_stop_world.c 	    kern_result = thread_info(thread, THREAD_BASIC_INFO,
kern_result       451 gc/darwin_stop_world.c 	    if(kern_result != KERN_SUCCESS) ABORT("thread_info failed");
kern_result       458 gc/darwin_stop_world.c 	    kern_result = thread_resume(thread);
kern_result       459 gc/darwin_stop_world.c 	    if(kern_result != KERN_SUCCESS) ABORT("thread_resume failed");