summaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-24 15:42:41 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-24 15:42:41 +0000
commit197cc56a1b96ed70aa804c4cc1f0351c2364b991 (patch)
treef3d3c428b2fa8b14e801896c25d5d78a4e4cd91d /process.c
parentba6f1242866b732c20eb5bd629656ab0cb355576 (diff)
downloadruby-197cc56a1b96ed70aa804c4cc1f0351c2364b991.tar.gz
ruby-197cc56a1b96ed70aa804c4cc1f0351c2364b991.tar.xz
ruby-197cc56a1b96ed70aa804c4cc1f0351c2364b991.zip
* vm.c: some refactoring.
* rename th_* to vm_*. * remove unused variables functions. * add prototypes. * blockinlining.c, compile.c, cont.c, eval.c, eval_intern.h, eval_jump.h, eval_load.c, inits.c, insns.def, iseq.c, parse.y, proc.c, process.c, signal.c, thread.c, vm.c, vm_dump.c, vm_evalbody.ci, yarvcore.c, yarvcore.h: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/process.c b/process.c
index b9fe24f4c..854ab47b9 100644
--- a/process.c
+++ b/process.c
@@ -937,6 +937,8 @@ char *strtok();
#endif
void rb_thread_stop_timer_thread(void);
+void rb_thread_start_timer_thread(void);
+void rb_thread_reset_timer_thread(void);
#define before_exec() \
(rb_enable_interrupt(), rb_thread_stop_timer_thread())