Freeciv-3.1
|
Go to the source code of this file.
Functions | |
void | fc_thread_cond_init (fc_thread_cond *cond) |
void | fc_thread_cond_destroy (fc_thread_cond *cond) |
void | fc_thread_cond_wait (fc_thread_cond *cond, fc_mutex *mutex) |
void | fc_thread_cond_signal (fc_thread_cond *cond) |
bool | has_thread_cond_impl (void) |
void fc_thread_cond_destroy | ( | fc_thread_cond * | cond | ) |
Dummy fc_thread_cond_destroy()
Definition at line 385 of file fcthread.c.
Referenced by tai_control_lost(), and texai_control_lost().
void fc_thread_cond_init | ( | fc_thread_cond * | cond | ) |
Dummy fc_thread_cond_init()
Definition at line 379 of file fcthread.c.
Referenced by tai_control_gained(), and texai_control_gained().
void fc_thread_cond_signal | ( | fc_thread_cond * | cond | ) |
Dummy fc_thread_cond_signal()
Definition at line 397 of file fcthread.c.
Referenced by tai_msg_to_thr(), and texai_msg_to_thr().
void fc_thread_cond_wait | ( | fc_thread_cond * | cond, |
fc_mutex * | mutex | ||
) |
Dummy fc_thread_cond_wait()
Definition at line 391 of file fcthread.c.
Referenced by tai_thread_start(), and texai_thread_start().
bool has_thread_cond_impl | ( | void | ) |
Has freeciv thread condition variable implementation
Definition at line 405 of file fcthread.c.
Referenced by fc_ai_tex_setup(), and fc_ai_threaded_setup().