Skip to content

Commit

Permalink
* thread_win32.ci (rb_thread_reset_timer_thread) :
Browse files Browse the repository at this point in the history
	added ([ruby-dev:30086]).



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Jan 5, 2007
1 parent 716b91a commit 91a0e26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Fri Jan 5 20:28:19 2007 Koichi Sasada <ko1@atdot.net>

* thread_win32.ci (rb_thread_reset_timer_thread) :
added ([ruby-dev:30086]).

Fri Jan 5 20:20:36 2007 Koichi Sasada <ko1@atdot.net>

* common.mk : add .SUFFIXES rule
Expand Down
7 changes: 7 additions & 0 deletions thread_win32.ci
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,11 @@ rb_thread_create_timer_thread(void)
}
}

void
rb_thread_reset_timer_thread(void)
{
timer_thread_handle = 0;
rb_thread_create_timer_thread();
}

#endif /* THREAD_SYSTEM_DEPENDENT_IMPLEMENTATION */

0 comments on commit 91a0e26

Please sign in to comment.