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

/freebsd-current/usr.sbin/nscd/
H A Dsingletons.h42 extern struct runtime_env *s_runtime_env;
H A Dsingletons.c35 struct runtime_env *s_runtime_env = NULL; variable in typeref:struct:runtime_env
H A Dnscd.c510 EV_SET(eventlist, s_runtime_env->sockfd,
515 kevent(s_runtime_env->queue, eventlist,
825 s_runtime_env = init_runtime_env(s_configuration);
826 if (s_runtime_env == NULL) {
840 thread_args->the_runtime_env = s_runtime_env;
855 processing_loop(s_cache, s_runtime_env, s_configuration);
860 destroy_runtime_env(s_runtime_env);

Completed in 121 milliseconds