mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2026-06-29 02:21:52 +08:00
!31 Remove cmd_target, refact timer
This commit is contained in:
@@ -48,7 +48,7 @@ T_TIME second_to_day(long second);
|
||||
T_TIME get_time();
|
||||
|
||||
void start_real_timer(void (*func)(void* arg));
|
||||
void register_timer(int milli_second, void func(void* ptmr, void* parg));
|
||||
void register_timer(int milli_second, void func(void* param), void* param);
|
||||
|
||||
unsigned int get_cur_thread_id();
|
||||
void create_thread(unsigned long* thread_id, void* attr, void *(*start_routine) (void *), void* arg);
|
||||
|
||||
Reference in New Issue
Block a user