cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_join.c

David Xu davidxu at FreeBSD.org
Mon Oct 3 23:15:26 PDT 2005


davidxu     2005-10-04 06:15:25 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr           pthread.map 
    lib/libthr/thread    thr_join.c 
  Log:
  Add function pthread_timedjoin_np, the function is similar with pthread_join
  except the function will return ETIMEDOUT if target thread does not exit
  before specified absolute time passes.
  
  Revision  Changes    Path
  1.5       +2 -0      src/lib/libthr/pthread.map
  1.17      +49 -9     src/lib/libthr/thread/thr_join.c


More information about the cvs-src mailing list