-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* thread.c (thread_unlock_all_locking_mutexes): rename to
rb_threadptr_unlock_all_locking_mutexes and remove static. * vm_core.h: add rb_threadptr_unlock_all_locking_mutexes declaration. * thread.c (thread_start_func_2): adjust the above rename. * eval.c (ruby_cleanup): call rb_threadptr_unlock_all_locking_mutexes again after finalizer. [Bug ruby#4988] [ruby-dev:44049] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
kosaki
committed
Jul 8, 2011
1 parent
4ad2d02
commit 8741274
Showing
4 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
Fri Jul 8 13:36:02 2011 KOSAKI Motohiro <[email protected]> | ||
|
||
* thread.c (thread_unlock_all_locking_mutexes): rename to | ||
rb_threadptr_unlock_all_locking_mutexes and remove static. | ||
* vm_core.h: add rb_threadptr_unlock_all_locking_mutexes declaration. | ||
* thread.c (thread_start_func_2): adjust the above rename. | ||
|
||
* eval.c (ruby_cleanup): call rb_threadptr_unlock_all_locking_mutexes | ||
again after finalizer. [Bug #4988] [ruby-dev:44049] | ||
|
||
Fri Jul 8 13:06:09 2011 KOSAKI Motohiro <[email protected]> | ||
|
||
* cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack size | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters