Searched refs:desired (Results 1 – 7 of 7) sorted by relevance
| /components/libc/cplusplus/cpp11/ |
| A D | atomic_8.c | 52 bool __atomic_compare_exchange_8(volatile void *ptr, volatile void *expected, uint64_t desired, boo… in __atomic_compare_exchange_8() argument 61 *val_ptr = desired; in __atomic_compare_exchange_8() 132 bool __atomic_compare_exchange(size_t size, void *obj, void *expected, void *desired, int success, … in __atomic_compare_exchange() argument 139 rt_memcpy(obj, desired, size); in __atomic_compare_exchange()
|
| /components/drivers/ipc/ |
| A D | completion_mp.c | 36 #define IPC_CAS(dst, exp, desired, succ, fail) \ argument 37 atomic_compare_exchange_strong_explicit(dst, exp, desired, succ, fail) 45 #define IPC_CAS(dst, exp, desired, succ, fail) \ argument 46 rt_atomic_compare_exchange_strong(dst, exp, desired)
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 25 ip_current_netif() to the desired netif for every packet.
|
| A D | CHANGELOG | 2935 by the port in sys_arch.h if desired.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 60 ip_current_netif() to the desired netif for every packet.
|
| A D | CHANGELOG | 3188 by the port in sys_arch.h if desired.
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1979 by the port in sys_arch.h if desired.
|
Completed in 17 milliseconds