Diff for /libaitsched/inc/defs.h between versions 1.14 and 1.16

version 1.14, 2014/06/05 22:37:29 version 1.16, 2015/07/22 19:50:45
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2014Copyright 2004 - 2015
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 94  SUCH DAMAGE. Line 94  SUCH DAMAGE.
 #define pthread_mutex_unlock(x)  #define pthread_mutex_unlock(x)
 #endif  #endif
   
   #define SCHED_QTRYLOCK(r, x)            pthread_mutex_trylock(&(r)->root_mtx[(x)])
 #define SCHED_QLOCK(r, x)               pthread_mutex_lock(&(r)->root_mtx[(x)])  #define SCHED_QLOCK(r, x)               pthread_mutex_lock(&(r)->root_mtx[(x)])
 #define SCHED_QUNLOCK(r, x)             pthread_mutex_unlock(&(r)->root_mtx[(x)])  #define SCHED_QUNLOCK(r, x)             pthread_mutex_unlock(&(r)->root_mtx[(x)])
   

Removed from v.1.14  
changed lines
  Added in v.1.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>