1
0

pthread_arch.h 184 B

123456
  1. typedef pthread_t (*__pthread_self_func_t)(void) __attribute__((const));
  2. #define __pthread_self ((__pthread_self_func_t)0xffff0fe0)
  3. #define CANCEL_REG_SP 16
  4. #define CANCEL_REG_IP 18