tcb-offsets.sym
来自「glibc2.5版源代码」· SYM 代码 · 共 13 行
SYM
13 行
#include <sysdep.h>#include <tls.h>RESULT offsetof (struct pthread, result)TID offsetof (struct pthread, tid)PID offsetof (struct pthread, pid)CANCELHANDLING offsetof (struct pthread, cancelhandling)CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)TLS_PRE_TCB_SIZE sizeof (struct pthread)MUTEX_FUTEX offsetof (pthread_mutex_t, __data.__lock)POINTER_GUARD offsetof (tcbhead_t, pointer_guard)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?