HomeSort by relevance Sort by last modified time
    Searched refs:mach_task_self (Results 1 - 25 of 41) sorted by null

1 2

  /external/google-breakpad/src/client/mac/handler/
protected_memory_allocator.cc 43 kern_return_t result = vm_allocate(mach_task_self(),
55 vm_deallocate(mach_task_self(),
74 kern_return_t result = vm_protect(mach_task_self(),
85 kern_return_t result = vm_protect(mach_task_self(),
exception_handler.cc 193 if (In0P->task.name != mach_task_self()) {
216 if (task != mach_task_self()) {
391 MinidumpGenerator md(mach_task_self(),
434 mach_port_t current_task = mach_task_self();
560 if (receive.task.name == mach_task_self()) {
669 mach_port_t current_task = mach_task_self();
703 mach_port_t current_task = mach_task_self();
736 mach_port_t current_task = mach_task_self();
772 mach_port_t current_task = mach_task_self();
823 if (task_threads(mach_task_self(), &threads_for_task, &thread_count)
    [all...]
dynamic_images.cc 211 mach_vm_deallocate(mach_task_self(), (uintptr_t)local_start, local_length);
557 if (task == mach_task_self())
dynamic_images.h 299 bool IsOurTask() {return task_ == mach_task_self();}
  /external/google-breakpad/src/client/mac/handler/testcases/
DynamicImagesTests.cc 61 kr = google_breakpad::ReadTaskMemory(mach_task_self(),
73 mach_port_t me = mach_task_self();
  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test_helper.cc 52 child_message.AddDescriptor(mach_task_self());
minidump_generator_test.cc 156 child_message.AddDescriptor(mach_task_self());
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.cc 47 message.AddDescriptor(mach_task_self()); // this task
  /external/webrtc/src/system_wrappers/source/
cpu_mac.cc 58 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
139 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
  /external/skia/tools/
ProcStats.cpp 39 task_info(mach_task_self(), MACH_TASK_BASIC_INFO, (task_info_t)&info, &count)) {
  /external/skia/tools/timer/
SysTimer_mach.cpp 10 mach_port_t task = mach_task_self();
  /external/lldb/tools/darwin-threads/
examine-threads.c 187 mach_port_deallocate (mach_task_self(), local_name);
191 vm_deallocate (mach_task_self (), (vm_address_t) names, nameslen * sizeof (mach_port_t));
192 vm_deallocate (mach_task_self (), (vm_address_t) types, typeslen * sizeof (mach_port_t));
197 vm_deallocate (mach_task_self (), (vm_address_t) names, nameslen * sizeof (mach_port_t));
198 vm_deallocate (mach_task_self (), (vm_address_t) types, typeslen * sizeof (mach_port_t));
278 mach_port_t mytask = mach_task_self ();
356 kr = task_for_pid (mach_task_self (), pid, &task);
  /external/v8/src/base/platform/
semaphore.cc 25 mach_task_self(), &native_handle_, SYNC_POLICY_FIFO, count);
32 kern_return_t result = semaphore_destroy(mach_task_self(), native_handle_);
  /external/lldb/source/Core/
ConnectionMachPort.cpp 36 m_task(mach_task_self()),
124 kern_return_t kret = task_get_bootstrap_port(mach_task_self(), &bootstrap_port);
179 kern_return_t kret = task_get_bootstrap_port(mach_task_self(), &bootstrap_port);
  /external/libvpx/libvpx/vp8/common/
threading.h 168 #define sem_init(X,Y,Z) semaphore_create(mach_task_self(), X, SYNC_POLICY_FIFO, Z)
171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem)
  /external/lldb/tools/debugserver/source/
DNBLog.cpp 196 // port, so we need to deallocate it. mach_task_self() doesn't bump the ref
208 mach_port_deallocate(mach_task_self(), thread_self);
249 // port, so we need to deallocate it. mach_task_self() doesn't bump the ref
261 mach_port_deallocate(mach_task_self(), thread_self);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 168 #define sem_init(X,Y,Z) semaphore_create(mach_task_self(), X, SYNC_POLICY_FIFO, Z)
171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem)
  /external/lldb/examples/darwin/heap_find/heap/
heap_find.cpp 369 kern_return_t kerr = vm_allocate (mach_task_self(), &address, vm_size, true);
623 task_t task = mach_task_self();
686 zone->introspect->enumerator (mach_task_self(),
860 task_t task = mach_task_self();
945 range_info_callback (mach_task_self(), &data_info, stack_logging_type_generic, memory_addr, memory_size);
    [all...]
  /external/lldb/tools/lldb-perf/lib/
MemoryGauge.cpp 104 task_t task = mach_task_self();
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp 289 kr = mach_port_deallocate(mach_task_self(), threads[i]);
291 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)threads, tcnt * sizeof(*threads));
481 mach_port_t task_self = mach_task_self ();
588 mach_port_t task_self = mach_task_self ();
656 mach_port_t task_self = mach_task_self ();
    [all...]
MachException.cpp 137 mach_port_deallocate (mach_task_self (), task_port);
138 mach_port_deallocate (mach_task_self (), thread_port);
MachThread.cpp 220 task_t my_task = ::mach_task_self();
MachThreadList.cpp 325 ::vm_deallocate (::mach_task_self(),
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 85 const task_t task = mach_task_self();
  /external/mesa3d/src/gtest/src/
gtest-port.cc 85 const task_t task = mach_task_self();

Completed in 776 milliseconds

1 2