Ruby  2.1.10p492(2016-04-01revision54464)
Functions
thread_native.h File Reference

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

void rb_nativethread_lock_destroy ( rb_nativethread_lock_t lock)

Definition at line 286 of file thread.c.

Referenced by ossl_dyn_destroy_callback().

void rb_nativethread_lock_initialize ( rb_nativethread_lock_t lock)

Definition at line 280 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 292 of file thread.c.

Referenced by ossl_lock_unlock().

void rb_nativethread_lock_unlock ( rb_nativethread_lock_t lock)

Definition at line 298 of file thread.c.

Referenced by ossl_lock_unlock().

Referenced by ossl_thread_id().