Project

General

Profile

Bug #11922 ยป 0001-thread_pthread.c-rb_thread_create_timer_thread-fix-r.patch

normalperson (Eric Wong), 12/29/2015 11:33 AM

View differences:

thread_pthread.c
return e;
}
/* validate pipe on this process */
timer_thread_pipe.owner_process = getpid();
return 0;
}
......
#endif
return;
}
/* validate pipe on this process */
timer_thread_pipe.owner_process = getpid();
timer_thread.created = 1;
#ifdef HAVE_PTHREAD_ATTR_INIT
pthread_attr_destroy(&attr);
-
    (1-1/1)