Date: Tue, 4 Oct 2005 06:15:25 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_join.c Message-ID: <200510040615.j946FPug063223@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510040615.j946FPug063223>