Searched refs:terminate_i (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dthread.c359 terminate_i(st_data_t key, st_data_t val, rb_thread_t *main_thread) function
366 thread_debug("terminate_i: %p\n", (void *)th);
371 thread_debug("terminate_i: main thread (%p)\n", (void *)th);
424 st_foreach(vm->living_threads, terminate_i, (st_data_t)th);

Completed in 137 milliseconds