OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:task_self
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp
481
mach_port_t
task_self
= mach_task_self ();
local
485
err = ::task_for_pid (
task_self
, pid, &task);
493
task_self
,
588
mach_port_t
task_self
= mach_task_self ();
local
591
err = ::mach_port_allocate (
task_self
, MACH_PORT_RIGHT_RECEIVE, &m_exception_port);
596
err = ::mach_port_insert_right (
task_self
, m_exception_port, m_exception_port, MACH_MSG_TYPE_MAKE_SEND);
656
mach_port_t
task_self
= mach_task_self ();
local
657
err = ::mach_port_deallocate (
task_self
, exception_port);
659
err.LogThreaded("::mach_port_deallocate ( task = 0x%4.4x, name = 0x%4.4x )",
task_self
, exception_port);
[
all
...]
/external/chromium_org/third_party/mach_override/
mach_override.c
411
vm_map_t
task_self
= mach_task_self();
local
415
err = vm_allocate(
task_self
, &page, PAGE_SIZE, 0 );
Completed in 224 milliseconds