Searched defs:ThreadParam (Results 1 – 2 of 2) sorted by relevance
33 struct ThreadParam { struct34 int32_t suspenders_ = 0;35 size_t size_ = 0;
438 struct ThreadParam { struct439 void (*func)(void *param); /* Indicates a pointer to the spunge main thread function. */440 void *param; /* Indicates a pointer to the spunge instance. */