cvs commit: src/lib/libthr/thread thr_private.h thr_spinlock.c src/share/man/man3 Makefile pthread_spin_init.3 pthread_spin_lock.3

Mike Makonnen mtm at FreeBSD.org
Thu Jan 22 07:31:57 PST 2004


mtm         2004/01/22 07:31:56 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_private.h thr_spinlock.c 
    share/man/man3       Makefile 
  Added files:
    share/man/man3       pthread_spin_init.3 pthread_spin_lock.3 
  Log:
  o Implement the pthread_spin_* functions in libthr.
  o Man pages
  
  Revision  Changes    Path
  1.30      +5 -0      src/lib/libthr/thread/thr_private.h
  1.9       +86 -0     src/lib/libthr/thread/thr_spinlock.c
  1.29      +5 -0      src/share/man/man3/Makefile
  1.1       +141 -0    src/share/man/man3/pthread_spin_init.3 (new)
  1.1       +141 -0    src/share/man/man3/pthread_spin_lock.3 (new)


More information about the cvs-all mailing list