OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npending
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc
363
int
npending
= 0;
local
368
pt->pending[
npending
++] = mtx->link[li];
370
while (
npending
> 0) {
371
Link link = pt->pending[--
npending
];
386
pt->pending[
npending
++] = Link(kEndId);
395
// FIXME(dvyukov):
npending
can be larger than kMaxMutex
396
pt->pending[
npending
++] = *link1;
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector2.cpp
360
int
npending
= 0;
local
365
pt->pending[
npending
++] = mtx->link[li];
367
while (
npending
> 0) {
368
Link link = pt->pending[--
npending
];
383
pt->pending[
npending
++] = Link(kEndId);
392
// FIXME(dvyukov):
npending
can be larger than kMaxMutex
393
pt->pending[
npending
++] = *link1;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector2.cpp
360
int
npending
= 0;
local
365
pt->pending[
npending
++] = mtx->link[li];
367
while (
npending
> 0) {
368
Link link = pt->pending[--
npending
];
383
pt->pending[
npending
++] = Link(kEndId);
392
// FIXME(dvyukov):
npending
can be larger than kMaxMutex
393
pt->pending[
npending
++] = *link1;
/src/sys/dev/pci/
if_vmxreg.h
267
uint32_t
npending
;
member in struct:vmxnet3_txq_shared
Completed in 15 milliseconds
Indexes created Fri Jul 17 00:25:55 UTC 2026