Searched refs:_gethostuuid_callback (Results 1 – 1 of 1) sorted by relevance
34 static volatile int (*_gethostuuid_callback)(uuid_t) = (void *)0; variable43 if (_gethostuuid_callback) { in gethostuuid()44 result = _gethostuuid_callback(uuid); in gethostuuid()64 …if (__sync_bool_compare_and_swap((void **)&_gethostuuid_callback, (void *)0, (void *)new_callback)… in _register_gethostuuid_callback()