OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_hard_limit
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/coregrind/
pub_core_clientstate.h
80
extern Int VG_(
fd_hard_limit
);
m_clientstate.c
94
Int VG_(
fd_hard_limit
) = -1;
variable
m_libcfile.c
41
#include "pub_core_clientstate.h" // VG_(
fd_hard_limit
)
64
vg_assert(VG_(
fd_hard_limit
) != -1);
66
newfd = VG_(fcntl)(oldfd, VKI_F_DUPFD, VG_(
fd_hard_limit
));
73
vg_assert(newfd >= VG_(
fd_hard_limit
));
m_main.c
384
fd = VG_(fcntl)(fd, VKI_F_DUPFD, VG_(
fd_hard_limit
));
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c
554
if (fd >= VG_(
fd_hard_limit
))
585
if (fd >= VG_(
fd_hard_limit
))
[
all
...]
syswrap-darwin.c
[
all
...]
syswrap-linux.c
[
all
...]
Completed in 530 milliseconds