cvs commit: src/lib/libthr/thread thr_umtx.c thr_umtx.h

David Xu davidxu at FreeBSD.org
Fri Oct 13 15:31:03 PDT 2006


davidxu     2006-10-13 22:31:00 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_umtx.c thr_umtx.h 
  Log:
  o Make _thr_umutex_init a function.
  o Eliminate unused parameter for some functions.
  o Convert type of first parameter to void * for _thr_umtx_wait
    and _thr_umtx_wake.
  
  Revision  Changes    Path
  1.5       +14 -6     src/lib/libthr/thread/thr_umtx.c
  1.6       +9 -15     src/lib/libthr/thread/thr_umtx.h


More information about the cvs-src mailing list