Searched defs:MPConfig (Results 1 – 1 of 1) sorted by relevance
469 typedef struct MPConfig struct472 void* (*alloc)(u32 size);473 void (*free) (void* ptr);475 OSPriority threadPriority; // thread priority for MP task477 u32 mode; // MPMode479 u32 ggid;480 u32 tgid; // 16-bit ID that must be created each time a parent is started482 u32 channel; // channel to be used485 …mit used to disconnect if state of non-communication continues. Specified in units of milliseconds.511 } MPConfig; argument