Changeset 23530 for trunk/Ohana/src/opihi/pantasks/controller_threads.c
- Timestamp:
- Mar 25, 2009, 11:56:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/controller_threads.c
r15791 r23530 34 34 35 35 // one run of the task checker 36 SerialThreadLock ();36 ControlLock(__func__); 37 37 CheckController (); 38 ControlUnlock(__func__); 39 40 ControlLock(__func__); 38 41 CheckControllerOutput (); 39 SerialThreadUnlock (); 42 ControlUnlock(__func__); 43 40 44 if (VerboseMode() == 2) fprintf (stderr, "C"); 41 45 // fprintf (stderr, "**** C ****");
Note:
See TracChangeset
for help on using the changeset viewer.
