FreeBASIC
0.91.0
|
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) |
Definition at line 31 of file thread_cond.c.
Definition at line 36 of file thread_cond.c.
Definition at line 33 of file thread_cond.c.
Definition at line 34 of file thread_cond.c.
Definition at line 35 of file thread_cond.c.
Definition at line 37 of file thread_cond.c.