HomeSort by: relevance | last modified time | path
    Searched defs:__ldstub (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc/include/
lock.h 45 #define __ldstub(__addr) (__addr) macro
47 static __inline int __ldstub(__cpu_simple_lock_t *addr);
48 static __inline int __ldstub(__cpu_simple_lock_t *addr) function in typeref:typename:int
117 while (__ldstub(alp) != __SIMPLELOCK_UNLOCKED) {
138 return (__ldstub(alp) == __SIMPLELOCK_UNLOCKED);
lock.h 45 #define __ldstub(__addr) (__addr) macro
47 static __inline int __ldstub(__cpu_simple_lock_t *addr);
48 static __inline int __ldstub(__cpu_simple_lock_t *addr) function in typeref:typename:int
117 while (__ldstub(alp) != __SIMPLELOCK_UNLOCKED) {
138 return (__ldstub(alp) == __SIMPLELOCK_UNLOCKED);
lock.h 45 #define __ldstub(__addr) (__addr) macro
47 static __inline int __ldstub(__cpu_simple_lock_t *addr);
48 static __inline int __ldstub(__cpu_simple_lock_t *addr) function in typeref:typename:int
117 while (__ldstub(alp) != __SIMPLELOCK_UNLOCKED) {
138 return (__ldstub(alp) == __SIMPLELOCK_UNLOCKED);
lock.h 45 #define __ldstub(__addr) (__addr) macro
47 static __inline int __ldstub(__cpu_simple_lock_t *addr);
48 static __inline int __ldstub(__cpu_simple_lock_t *addr) function in typeref:typename:int
117 while (__ldstub(alp) != __SIMPLELOCK_UNLOCKED) {
138 return (__ldstub(alp) == __SIMPLELOCK_UNLOCKED);

Completed in 130 milliseconds