Adjust styles [ci skip]
* --procnames-start-lines
This commit is contained in:
parent
803eb1ee83
commit
ab37e6ee7e
6
cont.c
6
cont.c
@ -1176,12 +1176,14 @@ cont_new(VALUE klass)
|
|||||||
return cont;
|
return cont;
|
||||||
}
|
}
|
||||||
|
|
||||||
VALUE rb_fiberptr_self(struct rb_fiber_struct *fiber)
|
VALUE
|
||||||
|
rb_fiberptr_self(struct rb_fiber_struct *fiber)
|
||||||
{
|
{
|
||||||
return fiber->cont.self;
|
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;
|
return fiber->blocking;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user