Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 1 of 1) sorted by relevance

/include/
A Drtatomic.h80 temp = *ptr; in rt_soft_atomic_exchange()
83 return temp; in rt_soft_atomic_exchange()
91 temp = *ptr; in rt_soft_atomic_add()
94 return temp; in rt_soft_atomic_add()
102 temp = *ptr; in rt_soft_atomic_sub()
105 return temp; in rt_soft_atomic_sub()
113 temp = *ptr; in rt_soft_atomic_xor()
116 return temp; in rt_soft_atomic_xor()
124 temp = *ptr; in rt_soft_atomic_and()
127 return temp; in rt_soft_atomic_and()
[all …]

Completed in 3 milliseconds