- Timestamp:
- Mar 1, 2016, 11:34:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/opihi/pantasks/thread_locks.c
r27435 r39419 29 29 30 30 void ControlLock (const char *func) { 31 OHANA_UNUSED_PARAM(func); 31 32 // fprintf (stderr, "control lock %s\n", func); 32 33 pthread_mutex_lock (&ControlMutex); … … 34 35 35 36 void ControlUnlock (const char *func) { 37 OHANA_UNUSED_PARAM(func); 36 38 // fprintf (stderr, "control unlock %s\n", func); 37 39 pthread_mutex_unlock (&ControlMutex);
Note:
See TracChangeset
for help on using the changeset viewer.
