Searched refs:_gethostuuid_callback (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/libsyscall/wrappers/
H A Dgethostuuid.c34 static volatile int (*_gethostuuid_callback)(uuid_t) = (void *)0; variable
43 if (_gethostuuid_callback) {
44 result = _gethostuuid_callback(uuid);
65 if (__sync_bool_compare_and_swap((void **)&_gethostuuid_callback, (void *)0, (void *)new_callback)) {

Completed in 20 milliseconds