Home
last modified time | relevance | path

Searched +defs:PROCESS +defs:ARGS (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dcoroutines.h217 #define CORO_INVOKE_ARGS(subCoro, ARGS) \ argument
236 #define CORO_INVOKE_ARGS_V(subCoro, RESULT, ARGS) \ argument
301 struct PROCESS { struct
302 PROCESS *pNext; ///< pointer to next process in active or free list argument
303 PROCESS *pPrevious; ///< pointer to previous process in active or free list argument
313 typedef PROCESS *PPROCESS; argument
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dcoroutines.h217 #define CORO_INVOKE_ARGS(subCoro, ARGS) \ argument
236 #define CORO_INVOKE_ARGS_V(subCoro, RESULT, ARGS) \ argument
301 struct PROCESS { struct
302 PROCESS *pNext; ///< Pointer to the next process in an active or free list. argument
303 PROCESS *pPrevious; ///< Pointer to the previous process in an active or free list. argument
313 typedef PROCESS *PPROCESS; argument
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dcoroutines.h217 #define CORO_INVOKE_ARGS(subCoro, ARGS) \ argument
236 #define CORO_INVOKE_ARGS_V(subCoro, RESULT, ARGS) \ argument
301 struct PROCESS { struct
302 PROCESS *pNext; ///< pointer to next process in active or free list argument
303 PROCESS *pPrevious; ///< pointer to previous process in active or free list argument
313 typedef PROCESS *PPROCESS; argument