Bug #11922 ยป 0001-thread_pthread.c-rb_thread_create_timer_thread-fix-r.patch
| 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);
|
||
|
-
|
||