Home
last modified time | relevance | path

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

/RevoEX-2.3/include/revolution/
Dmp.h479 typedef struct MPConfig struct
482 void* (*alloc)(u32 size);
483 void (*free) (void* ptr);
485 OSPriority threadPriority; // thread priority for MP task
487 u32 mode; // MPMode
489 u32 ggid;
490 u32 tgid; // 16-bit ID that must be created each time a parent is started
492 u32 channel; // channel to be used
495 …mit used to disconnect if state of non-communication continues. Specified in units of milliseconds.
521 } MPConfig; argument