Ruby  2.5.0dev(2017-10-22revision60238)
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

◆ rb_nativethread_lock_destroy()

void rb_nativethread_lock_destroy ( rb_nativethread_lock_t *  lock)

Definition at line 362 of file thread.c.

◆ rb_nativethread_lock_initialize()

void rb_nativethread_lock_initialize ( rb_nativethread_lock_t *  lock)

Definition at line 356 of file thread.c.

◆ rb_nativethread_lock_lock()

void rb_nativethread_lock_lock ( rb_nativethread_lock_t *  lock)

Definition at line 368 of file thread.c.

◆ rb_nativethread_lock_unlock()

void rb_nativethread_lock_unlock ( rb_nativethread_lock_t *  lock)

Definition at line 374 of file thread.c.

◆ rb_nativethread_self()

RUBY_SYMBOL_EXPORT_BEGIN rb_nativethread_id_t rb_nativethread_self ( )