mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjust styles [ci skip]
* --procnames-start-lines
This commit is contained in:
parent
803eb1ee83
commit
ab37e6ee7e
1 changed files with 4 additions and 2 deletions
6
cont.c
6
cont.c
|
@ -1176,12 +1176,14 @@ cont_new(VALUE klass)
|
|||
return cont;
|
||||
}
|
||||
|
||||
VALUE rb_fiberptr_self(struct rb_fiber_struct *fiber)
|
||||
VALUE
|
||||
rb_fiberptr_self(struct rb_fiber_struct *fiber)
|
||||
{
|
||||
return fiber->cont.self;
|
||||
}
|
||||
|
||||
unsigned int rb_fiberptr_blocking(struct rb_fiber_struct *fiber)
|
||||
unsigned int
|
||||
rb_fiberptr_blocking(struct rb_fiber_struct *fiber)
|
||||
{
|
||||
return fiber->blocking;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue