Searched defs:SET_GLUE_PTR (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/lib/libc/stdio/
H A Dfindfp.c88 #define SET_GLUE_PTR(ptr, val) atomic_set_rel_ptr(&(ptr), (uintptr_t)(val)) macro
90 #define SET_GLUE_PTR(ptr, val) ptr = val macro

Completed in 87 milliseconds