Searched defs:callout (Results 1 – 6 of 6) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
D | _callout.h | 54 struct callout { struct 57 struct pthread_mutex callout_mtx; argument 58 struct callout_data callout_data; argument 59 SPIN_LOCK_S lock;
|
/third_party/FreeBSD/sys/kern/ |
D | kern_timeout.c | 67 struct callout* callout = arg; in callout_function() local
|
/third_party/googletest/docs/_sass/ |
D | main.scss | 126 .main .callout { class
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_intmodedep.h | 585 int (*callout)(pcre2_callout_block *, void *); member 899 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member 928 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
|
D | pcre2grep.c | 1909 decode_dollar_escape(PCRE2_SPTR begin, PCRE2_SPTR string, BOOL callout, in decode_dollar_escape() 2092 syntax_check_output_text(PCRE2_SPTR string, BOOL callout) in syntax_check_output_text() 2127 display_output_text(PCRE2_SPTR string, BOOL callout, PCRE2_SPTR subject, in display_output_text()
|
D | pcre2_jit_compile.c | 186 int (*callout)(pcre2_callout_block *, void *); member
|