Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdio/
HDfindfp.c89 #define SET_GLUE_PTR(ptr, val) atomic_set_rel_ptr(&(ptr), (uintptr_t)(val)) macro
91 #define SET_GLUE_PTR(ptr, val) ptr = val macro
140 SET_GLUE_PTR(lastglue->next, g); /* atomically append glue to list */ in __sfp()
189 SET_GLUE_PTR(lastglue->next, g); in f_prealloc()