pthread_arch.h 143 B

1234567
  1. static inline struct pthread *__pthread_self()
  2. {
  3. return ((void *(*)(void))0xffff0fe0)();
  4. }
  5. #define CANCEL_REG_SP 16
  6. #define CANCEL_REG_IP 18