OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:record_port_mod_refs
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c
468
void
record_port_mod_refs
(mach_port_t port, mach_port_type_t right, Int delta)
function
524
record_port_mod_refs
(port, MACH_PORT_TYPE_RECEIVE, 1);
528
record_port_mod_refs
(port, MACH_PORT_TYPE_SEND, 1);
532
record_port_mod_refs
(port, MACH_PORT_TYPE_SEND_ONCE, 1);
544
record_port_mod_refs
(port, MACH_PORT_TYPE_SEND_RIGHTS, -1);
551
record_port_mod_refs
(port, MACH_PORT_TYPE_ALL_RIGHTS, INT_MIN);
567
if (right != -1)
record_port_mod_refs
(port, MACH_PORT_TYPE(right), 1);
[
all
...]
Completed in 41 milliseconds