MCPcopy Create free account
hub / github.com/ConfettiFX/The-Forge / threadSystemAddTask

Function threadSystemAddTask

Common_3/Utilities/Threading/ThreadSystem.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 void threadSystemGetInfo(ThreadSystem ts, struct ThreadSystemInfo* outInfo);
120
121 static inline void threadSystemAddTask(ThreadSystem ts, TaskFunc func, void* user) { threadSystemAddTasks(ts, func, 1, 0, user); }
122
123 static inline bool threadSystemIsIdle(ThreadSystem ts) { return threadSystemWaitIdleTimeout(ts, 0); }
124

Callers 6

addTaskMethod · 0.85
fileAssemblyReadTaskFunction · 0.85
InitMethod · 0.85
UpdateMethod · 0.85
DrawMethod · 0.85

Calls 1

threadSystemAddTasksFunction · 0.85

Tested by

no test coverage detected