Home
last modified time | relevance | path

Searched refs:rb_bug_errno (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dthread_pthread.c404 rb_bug_errno("pthread_mutex_lock", r); in rb_native_mutex_lock()
414 rb_bug_errno("pthread_mutex_unlock", r); in rb_native_mutex_unlock()
428 rb_bug_errno("pthread_mutex_trylock", r); in native_mutex_trylock()
440 rb_bug_errno("pthread_mutex_init", r); in rb_native_mutex_initialize()
450 rb_bug_errno("pthread_mutex_destroy", r); in rb_native_mutex_destroy()
459 rb_bug_errno("pthread_cond_init", r); in rb_native_cond_initialize()
468 rb_bug_errno("pthread_cond_destroy", r); in rb_native_cond_destroy()
490 rb_bug_errno("pthread_cond_signal", r); in rb_native_cond_signal()
502 rb_bug_errno("rb_native_cond_broadcast", r); in rb_native_cond_broadcast()
511 rb_bug_errno("pthread_cond_wait", r); in rb_native_cond_wait()
[all …]
H A Dsignal.c846 rb_bug_errno(STRINGIZE(ruby_sigunmask)":unblock", errno); in reset_sigmask()
H A Derror.c616 rb_bug_errno(const char *mesg, int errno_arg) in rb_bug_errno() function
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Druby.h1907 NORETURN(void rb_bug_errno(const char*, int));
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.320575 * include/ruby/ruby.h (rb_bug_errno): declared.
20581 (rb_bug_errno): defined.
20583 * thread_pthread.c: use rb_bug_errno.
20585 * signal.c (ruby_signal): use rb_bug_errno.