timeout           369 core/action_stack.c     int timeout = action_top(2);
timeout           391 core/action_stack.c     if (get_tick_count() >= timeout)
timeout            29 core/action_stack.h void action_wait_for_click(int timeout);
timeout            57 core/remotecap.c void remotecap_set_timeout(int timeout) 
timeout            59 core/remotecap.c     if(timeout <= 0) {
timeout            62 core/remotecap.c         hook_wait_max = timeout/10;
timeout           168 include/lolevel.h extern int _TakeSemaphore(int sem, int timeout);
timeout            16 include/remotecap.h void remotecap_set_timeout(int timeout);
timeout            14 include/semaphore.h extern int TakeSemaphore(int sem, int timeout);
timeout          2470 modules/luascript.c   int timeout = sleep_delay(luaL_optnumber(L,1,0));
timeout          2471 modules/luascript.c   if (timeout > 0)
timeout          2473 modules/luascript.c     action_push(timeout);
timeout          2499 modules/luascript.c   int timeout = sleep_delay(luaL_optnumber(L,2,0));
timeout          2518 modules/luascript.c   if (timeout)
timeout          2520 modules/luascript.c     action_push(timeout);
timeout            89 modules/motion_detector.c     int timeout;
timeout           295 modules/motion_detector.c     motion_detector.timeout = detection_timeout;
timeout           624 modules/motion_detector.c     if(motion_detector.start_time + motion_detector.timeout < tick )
timeout             9 modules/script_shoot_hook.c     int timeout; // timeout for blocking
timeout            28 modules/script_shoot_hook.c void script_shoot_hook_set(int hook,int timeout) {
timeout            29 modules/script_shoot_hook.c     hooks[hook].timeout = timeout;
timeout            37 modules/script_shoot_hook.c     int timeleft = hooks[hook].timeout;
timeout            12 modules/script_shoot_hook.h void script_shoot_hook_set(int hook,int timeout);
timeout           422 platform/generic/wrappers.c     int timeout = CAM_FILEIO_SEM_TIMEOUT;
timeout           425 platform/generic/wrappers.c         timeout = CAM_FILEIO_SEM_TIMEOUT_VID;
timeout           431 platform/generic/wrappers.c     if (_TakeSemaphore(fileio_semaphore,timeout) & 1)
timeout          2032 platform/generic/wrappers.c int TakeSemaphore(int sem, int timeout)
timeout          2034 platform/generic/wrappers.c     return _TakeSemaphore(sem, timeout);
timeout           191 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int TakeSemaphore(int sem, int timeout);
timeout           393 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int TakeSemaphoreStrictly(int sem, int timeout, const char *file, int line);
timeout           414 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int WaitForAnyEventFlag(int flag, int what, int timeout);
timeout           430 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int WaitForAllEventFlag(int flag, int what, int timeout);
timeout           435 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int PostMessageQueue(int msgq,int val,int timeout);
timeout           508 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int AcquireRecursiveLock(int lock,int timeout/*?*/);
timeout           509 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int AcquireRecursiveLockStrictly(int lock,int timeout/*?*/,const char *file, int line);