Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Functions | |
RUBY_SYMBOL_EXPORT_BEGIN rb_nativethread_id_t | rb_nativethread_self () |
void | rb_nativethread_lock_initialize (rb_nativethread_lock_t *lock) |
void | rb_nativethread_lock_destroy (rb_nativethread_lock_t *lock) |
void | rb_nativethread_lock_lock (rb_nativethread_lock_t *lock) |
void | rb_nativethread_lock_unlock (rb_nativethread_lock_t *lock) |
void rb_nativethread_lock_destroy | ( | rb_nativethread_lock_t * | lock | ) |
Definition at line 356 of file thread.c.
Referenced by ossl_dyn_destroy_callback().
void rb_nativethread_lock_initialize | ( | rb_nativethread_lock_t * | lock | ) |
Definition at line 350 of file thread.c.
Referenced by Init_ossl_locks(), and ossl_dyn_create_callback().
void rb_nativethread_lock_lock | ( | rb_nativethread_lock_t * | lock | ) |
Definition at line 362 of file thread.c.
Referenced by ossl_lock_unlock().
void rb_nativethread_lock_unlock | ( | rb_nativethread_lock_t * | lock | ) |
Definition at line 368 of file thread.c.
Referenced by ossl_lock_unlock().
RUBY_SYMBOL_EXPORT_BEGIN rb_nativethread_id_t rb_nativethread_self | ( | ) |
Referenced by ossl_dyn_destroy_callback(), and ossl_thread_id().