mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* thread.c (thread_reset_event_flags): set flags to thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e70499732a
commit
0a6418d85e
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Mar 25 23:53:22 2010 wanabe <s.wanabe@gmail.com>
|
||||
|
||||
* thread.c (thread_reset_event_flags): set flags to thread.
|
||||
|
||||
Thu Mar 25 23:17:16 2010 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* file.c (rb_get_path_check): prefer #to_path over #to_str. a patch
|
||||
|
|
1
thread.c
1
thread.c
|
@ -3702,6 +3702,7 @@ thread_reset_event_flags(rb_thread_t *th)
|
|||
flag |= hook->flag;
|
||||
hook = hook->next;
|
||||
}
|
||||
th->event_flags = flag;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue