IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2016, 11:34:48 AM (10 years ago)
Author:
eugene
Message:

list unused parameters; replace old signal code with SetInterrupt, ClearInterrupt; fix unsigned / signed int inconsistencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/opihi/pantasks/thread_locks.c

    r27435 r39419  
    2929
    3030void ControlLock (const char *func) {
     31  OHANA_UNUSED_PARAM(func);
    3132  // fprintf (stderr, "control lock %s\n", func);
    3233  pthread_mutex_lock (&ControlMutex);
     
    3435
    3536void ControlUnlock (const char *func) {
     37  OHANA_UNUSED_PARAM(func);
    3638  // fprintf (stderr, "control unlock %s\n", func);
    3739  pthread_mutex_unlock (&ControlMutex);
Note: See TracChangeset for help on using the changeset viewer.