]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add function pthread_timedjoin_np, the function is similar with pthread_join
authorDavid Xu <davidxu@FreeBSD.org>
Tue, 4 Oct 2005 06:15:25 +0000 (06:15 +0000)
committerDavid Xu <davidxu@FreeBSD.org>
Tue, 4 Oct 2005 06:15:25 +0000 (06:15 +0000)
commit9e49a2370c2b80cc4cd57ec12f7dec90fcdf2e56
tree467a22e42b028df8d861fa91c891834e7deb9e4c
parent67a7895ff49fc9ea6dc4f4c14ebeb16ac62f2e29
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.
lib/libthr/pthread.map
lib/libthr/thread/thr_join.c