Searched defs:__atomic_compare_exchange_ungetc (Results 1 – 1 of 1) sorted by relevance
485 __atomic_compare_exchange_ungetc(__ungetc_t *p, __ungetc_t d, __ungetc_t v) in __atomic_compare_exchange_ungetc() function510 #define __atomic_compare_exchange_ungetc(p,d,v) __non_atomic_compare_exchange_ungetc(p,d,v) macro