#include <time.h>#include "engine/loop_thread_obj.h"

Go to the source code of this file.
Variables | |
| const unsigned int | sleep_time_min = 1000 |
| const unsigned int | sleep_time_max = 100000 |
| const int | awake_time = 10 |
| const int | fall_asleep_time = 20 |
| const int awake_time = 10 |
Definition at line 23 of file loop_thread_obj.cpp.
| const int fall_asleep_time = 20 |
Definition at line 24 of file loop_thread_obj.cpp.
| const unsigned int sleep_time_max = 100000 |
Definition at line 20 of file loop_thread_obj.cpp.
| const unsigned int sleep_time_min = 1000 |
Definition at line 19 of file loop_thread_obj.cpp.
1.5.8