mirror of git://sourceware.org/git/glibc.git
Register rseq TLS for each thread (including main), and unregister for
each thread (excluding main). "rseq" stands for Restartable Sequences.
See the rseq(2) man page proposed here:
https://lkml.org/lkml/2018/9/19/647
Those are based on glibc master branch commit
|
||
|---|---|---|
| .. | ||
| bits | ||
| include/asm | ||
| sys | ||
| Implies | ||
| Makefile | ||
| arch-pkey.h | ||
| cpu-features.c | ||
| dl-cet.h | ||
| dl-sysdep.c | ||
| elision-conf.c | ||
| elision-conf.h | ||
| elision-lock.c | ||
| elision-timed.c | ||
| elision-trylock.c | ||
| elision-unlock.c | ||
| force-elision.h | ||
| gettimeofday.c | ||
| hle.h | ||
| jmp_buf-ssp.sym | ||
| lowlevellock.h | ||
| pkey_get.c | ||
| pkey_set.c | ||
| pthread_mutex_cond_lock.c | ||
| pthread_mutex_lock.c | ||
| pthread_mutex_timedlock.c | ||
| pthread_mutex_trylock.c | ||
| setjmpP.h | ||
| sysconf.c | ||
| time.c | ||
| tst-cet-property-1.c | ||
| tst-cet-property-2.c | ||
| tst-cet-property-dep-2.S | ||
| tst-cet-setcontext-1.c | ||
| tst-saved_mask-1.c | ||