Ruby  2.4.2p198(2017-09-14revision59899)
Functions
thread_native.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ rb_nativethread_lock_destroy()

void rb_nativethread_lock_destroy ( rb_nativethread_lock_t *  lock)

Definition at line 356 of file thread.c.

Referenced by ossl_dyn_destroy_callback().

◆ rb_nativethread_lock_initialize()

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().

◆ rb_nativethread_lock_lock()

void rb_nativethread_lock_lock ( rb_nativethread_lock_t *  lock)

Definition at line 362 of file thread.c.

Referenced by ossl_lock_unlock().

◆ rb_nativethread_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().

◆ rb_nativethread_self()

RUBY_SYMBOL_EXPORT_BEGIN rb_nativethread_id_t rb_nativethread_self ( )