Changeset 39457 for trunk/Ohana/src/opihi/pantasks/thread_locks.c
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/pantasks/thread_locks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/pantasks/thread_locks.c
r27435 r39457 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.
