Freeciv-3.2
|
Go to the source code of this file.
void fc_thread_cond_destroy | ( | fc_thread_cond * | cond | ) |
Dummy fc_thread_cond_destroy()
Definition at line 385 of file fcthread.c.
Referenced by 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 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 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 texai_thread_start().
Has freeciv thread condition variable implementation
Definition at line 405 of file fcthread.c.
Referenced by fc_ai_tex_setup().