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 | ||
| dirent.h | ||
| dirent_ext.h | ||
| epoll.h | ||
| errno.h | ||
| eventfd.h | ||
| fcntl-linux.h | ||
| fcntl.h | ||
| in.h | ||
| initspin.h | ||
| inotify.h | ||
| ioctl-types.h | ||
| ioctls.h | ||
| ipc-perm.h | ||
| ipc.h | ||
| local_lim.h | ||
| mman-linux.h | ||
| mman-map-flags-generic.h | ||
| mman-shared.h | ||
| mman.h | ||
| mqueue.h | ||
| msq-pad.h | ||
| msq.h | ||
| param.h | ||
| poll.h | ||
| posix_opt.h | ||
| procfs-extra.h | ||
| procfs-id.h | ||
| procfs-prregset.h | ||
| procfs.h | ||
| ptrace-shared.h | ||
| resource.h | ||
| rseq.h | ||
| sched.h | ||
| sem.h | ||
| semaphore.h | ||
| shm-pad.h | ||
| shm.h | ||
| shmlba.h | ||
| sigaction.h | ||
| sigcontext.h | ||
| sigevent-consts.h | ||
| siginfo-arch.h | ||
| siginfo-consts-arch.h | ||
| siginfo-consts.h | ||
| signal_ext.h | ||
| signalfd.h | ||
| signum.h | ||
| sigstack.h | ||
| socket-constants.h | ||
| socket.h | ||
| socket_type.h | ||
| ss_flags.h | ||
| stat.h | ||
| statfs.h | ||
| statvfs.h | ||
| statx.h | ||
| sys_errlist.h | ||
| termios-baud.h | ||
| termios-c_cc.h | ||
| termios-c_cflag.h | ||
| termios-c_iflag.h | ||
| termios-c_lflag.h | ||
| termios-c_oflag.h | ||
| termios-misc.h | ||
| termios-struct.h | ||
| termios-tcflow.h | ||
| termios.h | ||
| time.h | ||
| timerfd.h | ||
| timex.h | ||
| uio-ext.h | ||
| uio_lim.h | ||
| unistd_ext.h | ||
| utsname.h | ||
| waitflags.h | ||