Actions
Feature #8882
closedrb_obj_is_mutex() into include/ruby/intern.h
Description
rb_obj_is_mutex() is currently an internal API function.
However, this function is useful for C extension developers to distinguish between Mutex and other objects extended by Mutex_m.
I want to use it in ext/thread/thread.c for this purpose.
Files
Updated by ko1 (Koichi Sasada) about 11 years ago
- Status changed from Open to Rejected
- Assignee set to ko1 (Koichi Sasada)
Maybe you want to use it for CV to make it fast.
However, we are not recommend CV because it is difficult primitive.
So we shouldn't touch it.
Actions
Like0
Like0