Home
last modified time | relevance | path

Searched defs:COMPARE_AND_SWAP_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-inline.h170 COMPARE_AND_SWAP_SIZE(size_t *at, size_t from, size_t to) in COMPARE_AND_SWAP_SIZE() function
192 #define COMPARE_AND_SWAP_SIZE(ptr,o,n) COMPARE_AND_SWAP(ptr,o,n) macro