Home
last modified time | relevance | path

Searched refs:report_pending (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp32 bool report_pending; member
83 lt->report_pending = false; in CreateLogicalThread()
129 lt->report_pending = true; in ReportDeadlock()
187 if (!cb->lt->report_pending) in GetReport()
189 cb->lt->report_pending = false; in GetReport()
H A Dsanitizer_deadlock_detector2.cpp59 bool report_pending; member
410 pt->report_pending = true; in Report()
414 if (!cb->pt->report_pending) in GetReport()
416 cb->pt->report_pending = false; in GetReport()
/freebsd/contrib/libfido2/src/
H A Dhid_win.c39 int report_pending; member
454 if (ctx->report_pending) { in fido_hid_close()
488 if (ctx->report_pending == 0) { in fido_hid_read()
497 ctx->report_pending = 1; in fido_hid_read()
504 ctx->report_pending = 0; in fido_hid_read()