Searched refs:test_and_set (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsmpprim.h18 extern __inline__ __volatile__ char test_and_set(void *addr) function
22 __asm__ __volatile__("ldstub [%0], %1 ! test_and_set\n\t"
41 while(test_and_set(addr) == 0xff)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsmpprim.h18 extern __inline__ __volatile__ char test_and_set(void *addr) function
22 __asm__ __volatile__("ldstub [%0], %1 ! test_and_set\n\t"
41 while(test_and_set(addr) == 0xff)

Completed in 40 milliseconds