shadow: Move spent parsing to internal function
[musl.git] / arch / microblaze / pthread_arch.h
blob259d3d615ab1fb30755d48a03730c1a5d3005eff
1 static inline struct pthread *__pthread_self()
3 struct pthread *self;
4 __asm__ __volatile__ ("ori %0, r21, 0" : "=r" (self) );
5 return self;
8 #define TP_ADJ(p) (p)
10 #define CANCEL_REG_IP 32