freebsd-dev/lib/libthr/arch/sparc64
Marius Strobl 6ce2f878d3 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
..
include Merge from r161730: 2011-06-18 11:07:09 +00:00
sparc64 Merge from r161730: 2011-06-18 11:07:09 +00:00
Makefile.inc Merge from r161730: 2011-06-18 11:07:09 +00:00