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

/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_internal.h75 typedef struct notify_globals_s *notify_globals_t; typedef in typeref:struct:notify_globals_s
85 void _notify_init_globals(void * /* notify_globals_t */ globals);
88 notify_globals_t _notify_globals_impl(void);
91 static inline notify_globals_t
94 return (notify_globals_t)os_alloc_once(OS_ALLOC_ONCE_KEY_LIBSYSTEM_NOTIFY,
H A Dnotify_client.c192 notify_globals_t globals = _notify_globals();
222 _notify_init_globals(void * /* notify_globals_t */ _globals)
224 notify_globals_t globals = _globals;
232 notify_globals_t
236 static notify_globals_t globals;
258 notify_globals_t globals = _notify_globals();
354 notify_globals_t globals = _notify_globals();
359 notify_globals_t globals = _notify_globals();
381 notify_globals_t globals = _notify_globals();
428 notify_globals_t global
[all...]
H A Dlibnotify.c215 notify_globals_t globals = _notify_globals();

Completed in 65 milliseconds