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
|
||
|---|---|---|
| .. | ||
| types | ||
| a.out.h | ||
| environments.h | ||
| epoll.h | ||
| fcntl.h | ||
| ipctypes.h | ||
| mman.h | ||
| procfs-id.h | ||
| procfs.h | ||
| rseq.h | ||
| sigcontext.h | ||
| siginfo-arch.h | ||
| stat.h | ||
| timesize.h | ||
| typesizes.h | ||