Searched defs:MPConfig (Results 1 – 1 of 1) sorted by relevance
479 typedef struct MPConfig struct482 void* (*alloc)(u32 size);483 void (*free) (void* ptr);485 OSPriority threadPriority; // thread priority for MP task487 u32 mode; // MPMode489 u32 ggid;490 u32 tgid; // 16-bit ID that must be created each time a parent is started492 u32 channel; // channel to be used495 …mit used to disconnect if state of non-communication continues. Specified in units of milliseconds.521 } MPConfig; argument