OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fr_output
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/daemon/
remote.h
243
/** lock on
fr_output
, to stop race when both remote control thread
244
* and fast reload thread use
fr_output
list. */
249
struct config_strlist_head*
fr_output
;
member in struct:fast_reload_thread
remote.c
4597
if(!cfg_strlist_append(fr->
fr_output
, item)) {
7220
fr->
fr_output
= (struct config_strlist_head*)calloc(1,
7221
sizeof(*fr->
fr_output
));
7222
if(!fr->
fr_output
) {
7232
free(fr->
fr_output
);
7238
lock_protect(&fr->fr_output_lock, fr->
fr_output
,
7239
sizeof(*fr->
fr_output
));
7295
if(fast_reload_thread->
fr_output
) {
7296
config_delstrlist(fast_reload_thread->
fr_output
->first);
7297
free(fast_reload_thread->
fr_output
);
[
all
...]
Completed in 38 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026