Searched defs:ThreadParam (Results 1 – 2 of 2) sorted by relevance
26 struct ThreadParam { struct27 ThreadFunc startRoutine;28 void* args;29 int priority;30 std::string name;33 static int Proxy(const ThreadParam* t) in Proxy()
436 struct ThreadParam { struct437 void (*func)(void *param); /* Indicates a pointer to the spunge main thread function. */438 void *param; /* Indicates a pointer to the spunge instance. */