Date: Mon, 7 Feb 2011 21:26:46 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/include pthread_np.h src/lib/libc/include namespace.h un-namespace.h src/lib/libthr pthread.map src/lib/libthr/thread Makefile.inc thr_getthreadid_np.c src/share/man/man3 Makefile pthread_getthreadid_np.3 ... Message-ID: <201102072127.p17LRus3065740@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2011-02-07 21:26:46 UTC FreeBSD src repository Modified files: include pthread_np.h lib/libc/include namespace.h un-namespace.h lib/libthr pthread.map lib/libthr/thread Makefile.inc share/man/man3 Makefile pthread_self.3 sys/sys param.h Added files: lib/libthr/thread thr_getthreadid_np.c share/man/man3 pthread_getthreadid_np.3 Log: SVN rev 218414 on 2011-02-07 21:26:46Z by jkim Introduce a non-portable function pthread_getthreadid_np(3) to retrieve calling thread's unique integral ID, which is similar to AIX function of the same name. Bump __FreeBSD_version to note its introduction. Reviewed by: kib Revision Changes Path 1.22 +1 -0 src/include/pthread_np.h 1.28 +1 -0 src/lib/libc/include/namespace.h 1.25 +1 -0 src/lib/libc/include/un-namespace.h 1.42 +2 -0 src/lib/libthr/pthread.map 1.22 +1 -0 src/lib/libthr/thread/Makefile.inc 1.1 +48 -0 src/lib/libthr/thread/thr_getthreadid_np.c (new) 1.54 +1 -0 src/share/man/man3/Makefile 1.1 +113 -0 src/share/man/man3/pthread_getthreadid_np.3 (new) 1.15 +2 -1 src/share/man/man3/pthread_self.3 1.473 +1 -1 src/sys/sys/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102072127.p17LRus3065740>