Lines Matching defs:ub_ctx
65 struct ub_ctx { struct
68 lock_basic_type qqpipe_lock;
70 struct tube* qq_pipe;
72 lock_basic_type rrpipe_lock;
74 struct tube* rr_pipe;
78 lock_basic_type cfglock;
84 int finalized;
87 int created_bg;
89 pid_t bg_pid;
91 ub_thread_type bg_tid;
95 pid_t pipe_pid;
97 struct libworker* thread_worker;
100 int dothread;
102 int thr_next_num;
104 int logfile_override;
106 FILE* log_out;
113 struct alloc_cache* alloc_list;
116 struct alloc_cache superalloc;
118 struct module_env* env;
120 struct module_stack mods;
122 struct local_zones* local_zones;
124 struct ub_randstate* seed_rnd;
127 struct ub_event_base* event_base;
130 int event_base_malloced;
132 struct libworker* event_worker;
135 int next_querynum;
137 size_t num_async;
145 rbtree_type queries;