Searched defs:MPDLConfig (Results 1 – 1 of 1) sorted by relevance
76 typedef struct MPDLConfig struct78 void* (*alloc)(u32 size);79 void (*free) (void* ptr);80 OSPriority threadPriority;104 MPDLConfig; argument