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

1 2 3

  /external/libchrome/base/mac/
scoped_mach_port.cc 15 kern_return_t kr = mach_port_deallocate(mach_task_self(), port);
23 mach_port_mod_refs(mach_task_self(), port, MACH_PORT_RIGHT_RECEIVE, -1);
31 mach_port_mod_refs(mach_task_self(), port, MACH_PORT_RIGHT_PORT_SET, -1);
scoped_mach_vm.cc 16 vm_deallocate(mach_task_self(),
22 vm_deallocate(mach_task_self(),
scoped_mach_vm.h 40 // vm_allocate(mach_task_self(), &address, size, VM_FLAGS_ANYWHERE);
59 vm_deallocate(mach_task_self(), address_, size_);
mach_port_util.cc 55 mach_port_deallocate(mach_task_self(), endpoint);
80 DCHECK_NE(mach_task_self(), task_port);
  /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())
  /external/libchrome/base/process/
launch_mac.cc 27 task_set_exception_ports(mach_task_self(), exception_mask, MACH_PORT_NULL,
process_metrics_mac.cc 184 mach_port_deallocate(mach_task_self(), object_name);
351 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());
  /external/libchrome/base/memory/
shared_memory_handle_mac.cc 22 mach_task_self(),
65 kern_return_t kr = mach_port_mod_refs(mach_task_self(), memory_object_,
110 mach_task_self(),
126 kern_return_t kr = mach_port_deallocate(mach_task_self(), memory_object_);
shared_memory_mac.cc 48 mach_task_self(), reinterpret_cast<mach_vm_address_t*>(&temp_addr),
60 mach_task_self(), reinterpret_cast<memory_object_size_t*>(&size),
173 mach_vm_deallocate(mach_task_self(),
shared_memory_mac_unittest.cc 44 mach_vm_region(mach_task_self(), &mem_address, &mem_size, flavor,
104 mach_port_allocate(mach_task_self(), // our task is acquiring
183 kern_return_t kr = mach_port_names(mach_task_self(), &name_array,
  /external/skia/src/core/
SkSemaphore.cpp 17 semaphore_create(mach_task_self(), &fSemaphore, SYNC_POLICY_LIFO, 0/*initial count*/);
19 ~OSSemaphore() { semaphore_destroy(mach_task_self(), fSemaphore); }
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.cc 47 message.AddDescriptor(mach_task_self()); // this task
  /external/libmojo/mojo/edk/embedder/
platform_handle.cc 33 kern_return_t rv = mach_port_deallocate(mach_task_self(), port);
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 121 ret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
127 mach_task_self(),
153 mach_task_self(),
189 mach_task_self(),
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 121 ret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
127 mach_task_self(),
153 mach_task_self(),
189 mach_task_self(),
  /external/libusb/libusb/os/
threads_posix.c 73 mach_port_deallocate(mach_task_self(), ret);
  /external/skia/tools/
ProcStats.cpp 40 task_info(mach_task_self(), MACH_TASK_BASIC_INFO, (task_info_t)&info, &count)) {
  /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/python/cpython2/Modules/_ctypes/libffi/src/arm/
ffi.c 599 kt = vm_allocate (mach_task_self (), &config_page, PAGE_SIZE*2, VM_FLAGS_ANYWHERE);
607 kt = vm_deallocate (mach_task_self (), trampoline_page, PAGE_SIZE);
617 kt = vm_remap (mach_task_self (), &trampoline_page, PAGE_SIZE, 0x0, FALSE, mach_task_self (), (vm_address_t) &ffi_closure_trampoline_table_page, FALSE, &cur_prot, &max_prot, VM_INHERIT_SHARE);
626 vm_deallocate (mach_task_self (), config_page, PAGE_SIZE);
725 kt = vm_deallocate (mach_task_self (), table->config_page, PAGE_SIZE);
729 kt = vm_deallocate (mach_task_self (), table->trampoline_page, PAGE_SIZE);
  /external/libvpx/libvpx/vp8/common/
threading.h 170 semaphore_create(mach_task_self(), X, SYNC_POLICY_FIFO, Z)
173 #define sem_destroy(sem) semaphore_destroy(mach_task_self(), *sem)
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/common/
ARDUtilities.m 101 const task_t task = mach_task_self();

Completed in 974 milliseconds

1 2 3