FreeBASIC  0.91.0
_FBCONDOPS Struct Reference

Data Fields

FBCALL void(* create )(FBCOND *cond)
 
FBCALL void(* destroy )(FBCOND *cond)
 
FBCALL void(* signal )(FBCOND *cond)
 
FBCALL void(* broadcast )(FBCOND *cond)
 
FBCALL void(* wait )(FBCOND *cond, FBMUTEX *mutex)
 

Detailed Description

Definition at line 31 of file thread_cond.c.

Field Documentation

FBCALL void(* _FBCONDOPS::broadcast)(FBCOND *cond)

Definition at line 36 of file thread_cond.c.

FBCALL void(* _FBCONDOPS::create)(FBCOND *cond)

Definition at line 33 of file thread_cond.c.

FBCALL void(* _FBCONDOPS::destroy)(FBCOND *cond)

Definition at line 34 of file thread_cond.c.

FBCALL void(* _FBCONDOPS::signal)(FBCOND *cond)

Definition at line 35 of file thread_cond.c.

FBCALL void(* _FBCONDOPS::wait)(FBCOND *cond, FBMUTEX *mutex)

Definition at line 37 of file thread_cond.c.


The documentation for this struct was generated from the following file: