Changeset 7952 for trunk/Ohana/src/opihi/include/pantasks.h
- Timestamp:
- Jul 23, 2006, 3:05:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/pantasks.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/pantasks.h
r7940 r7952 213 213 int gprintf (char *format, ...); 214 214 */ 215 216 // functions related to the server threads 217 void CheckTasksSetState (int state); 218 int CheckTasksGetState (); 219 void CheckTasksThread (); 220 void CheckJobsSetState (int state); 221 int CheckJobsGetState (); 222 void CheckJobsThread (); 223 void CheckControllerSetState (int state); 224 int CheckControllerGetState (); 225 void CheckControllerThread (); 226 void CheckInputsSetState (int state); 227 int CheckInputsGetState (); 228 void CheckInputsThread (); 229 230 // functions related to the queue of input files 231 void InitInputs (); 232 void AddNewInput (char *input); 233 int DeleteInput (char *input); 234 void CheckInputs (); 235 236 void SerialThreadLock (); 237 void SerialThreadUnlock ();
Note:
See TracChangeset
for help on using the changeset viewer.
