aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/arch/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* libthr/amd64: do not set THR_C_RUNTIME for thr_new() if the main thread did u...Konstantin Belousov2025-06-221-0/+2
* libc, libthr: Ditch MD __pthread_distribute_static_tls helpersJessica Clarke2025-05-291-44/+0
* libthr: Preresolve selected EABI symbols on arm.Michal Meloun2024-07-251-0/+5
* libthr _get_curthread amd64: quiet gcc -Warray-boundsRyan Libby2024-07-031-2/+2
* libthr: move _umtx_op_err() to libsysBrooks Davis2024-02-051-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Remove PAGE_SIZE from libthrAndrew Turner2022-05-031-0/+3
* libthr: Use <machine/tls.h> for most MD TLS details.John Baldwin2021-12-091-50/+6
* libthr: Remove the DTV_OFFSET macro.John Baldwin2021-12-091-2/+0
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+46
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Merge all the copies of _tcb_ctor and _tcb_dtor.Andrew Turner2015-01-211-3/+0
* The TCB_GET32() and TCB_GET64() macros in the i386 and amd64-specificDimitry Andric2011-12-151-1/+1
* Replace function _umtx_op with _umtx_op_err, the later function directlyDavid Xu2008-04-021-0/+3
* - Remove variable _thr_scope_system, all threads are system scope.David Xu2006-12-151-1/+2
* Remove declaration of _thr_initial from MD header file, it is no longerDavid Xu2006-04-041-2/+0
* Simplify _get_curthread() and _tcb_ctor because libc and rtld nowDavid Xu2006-04-041-3/+1
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-0/+103