Home
last modified time | relevance | path

Searched defs:MPConfig (Results 1 – 1 of 1) sorted by relevance

/RevoEX-3.1/include/revolution/
Dmp.h469 typedef struct MPConfig struct
472 void* (*alloc)(u32 size);
473 void (*free) (void* ptr);
475 OSPriority threadPriority; // thread priority for MP task
477 u32 mode; // MPMode
479 u32 ggid;
480 u32 tgid; // 16-bit ID that must be created each time a parent is started
482 u32 channel; // channel to be used
485 …mit used to disconnect if state of non-communication continues. Specified in units of milliseconds.
511 } MPConfig; argument