On 18.05.20 14:09, Janosch Frank wrote: > On 5/18/20 2:01 PM, David Hildenbrand wrote: >> [...] >> >>> >>> -static inline void yield(void) >>> -{ >>> - asm volatile ("diag 0,0,0x44" >>> - : : >>> - : "memory", "cc"); >>> -} >>> - >> >> Nit: Looks weird that yield() is moved to time.h >> >> Wonder if there is a better fit for this functi > helper.h or maybe into the libc?
Maybe helper.h if it doesn't result in too much hassle. -- Thanks, David / dhildenb