cvs commit: src/sys/sys sx.h

Darren Reed darrenr at FreeBSD.org
Sun Jul 11 09:07:07 PDT 2004


darrenr     2004-07-11 16:07:07 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              sx.h 
  Log:
  Add sx_unlock() macro as a frontend to both sx_sunlock() and sx_xunlock(),
  using sx_cnt to determine what state the lock is in and call the respective
  function appropriately.
  
  Revision  Changes    Path
  1.20      +7 -0      src/sys/sys/sx.h


More information about the cvs-all mailing list