зеркало из https://github.com/github/ruby.git
Make a local symbol static
This commit is contained in:
Родитель
3cf2c2e4a1
Коммит
cf991337fb
|
@ -21,7 +21,7 @@ static RB_THREAD_LOCAL_SPECIFIER unsigned int local_ready_count = 0;
|
||||||
static RB_THREAD_LOCAL_SPECIFIER unsigned int local_resumed_count = 0;
|
static RB_THREAD_LOCAL_SPECIFIER unsigned int local_resumed_count = 0;
|
||||||
static RB_THREAD_LOCAL_SPECIFIER unsigned int local_suspended_count = 0;
|
static RB_THREAD_LOCAL_SPECIFIER unsigned int local_suspended_count = 0;
|
||||||
|
|
||||||
void
|
static void
|
||||||
ex_callback(rb_event_flag_t event, const rb_internal_thread_event_data_t *event_data, void *user_data)
|
ex_callback(rb_event_flag_t event, const rb_internal_thread_event_data_t *event_data, void *user_data)
|
||||||
{
|
{
|
||||||
switch (event) {
|
switch (event) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче