This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6f0823e45d
freebsd-dev
/
lib
/
libthr
/
arch
/
sparc64
/
Makefile.inc
4 lines
48 B
PHP
Raw
Normal View
History
Unescape
Escape
Add MD makefile.
2003-04-01 23:52:24 +00:00
# $FreeBSD$
Merge from r161730: o Set TP using inline assembly to avoid dead code elimination. o Eliminate _tcb. Merge from r161840: Stylize: avoid using a global register variable. Merge from r157461: Simplify _get_curthread() and _tcb_ctor because libc and rtld now already allocate thread pointer space in tls block for initial thread. Merge from r177853: Replace function _umtx_op with _umtx_op_err, the later function directly returns errno, because errno can be mucked by user's signal handler and most of pthread api heavily depends on errno to be correct, this change should improve stability of the thread library. MFC after: 1 week
2011-06-18 11:07:09 +00:00
SRCS
+=
_umtx_op_err
.
S
pthread_md
.
c
Reference in New Issue
Copy Permalink