/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/chromium_org/sandbox/mac/ |
mach_message_server.cc | 35 mach_port_t task = mach_task_self();
|
xpc_message_server_unittest.cc | 59 if (mach_port_insert_right(mach_task_self(), server_.GetServerPort(),
|
/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(),
|
MachVMMemory.cpp | 575 ::vm_deallocate (mach_task_self (), vm_memory, curr_bytes_read);
|
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-port.cc | 85 const task_t task = mach_task_self();
|
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/ |
audio_device_mac.cc | 23 #include <mach/mach.h> // mach_task_self() 222 kernErr = semaphore_destroy(mach_task_self(), _renderSemaphore); 229 kernErr = semaphore_destroy(mach_task_self(), _captureSemaphore); 361 kernErr = semaphore_create(mach_task_self(), &_renderSemaphore, 370 kernErr = semaphore_create(mach_task_self(), &_captureSemaphore, [all...] |
/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();
|
/external/protobuf/gtest/src/ |
gtest-port.cc | 81 const task_t task = mach_task_self();
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-darwin.h | 578 DECL_TEMPLATE(darwin, mach_task_self);
|
syswrap-darwin.c | [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
darwin_usb.c | 432 mach_port_deallocate(mach_task_self(), host_self); 447 mach_port_deallocate(mach_task_self(), clock_realtime); 448 mach_port_deallocate(mach_task_self(), clock_monotonic); [all...] |
/external/gtest/src/ |
gtest-port.cc | 91 const task_t task = mach_task_self();
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-port.cc | 90 const task_t task = mach_task_self();
|
/external/chromium_org/testing/gtest/src/ |
gtest-port.cc | 91 const task_t task = mach_task_self(); [all...] |
/external/lldb/source/Host/common/ |
Host.cpp | 453 // port, so we need to deallocate it. mach_task_self() doesn't bump the ref 456 mach_port_deallocate(mach_task_self(), thread_self); [all...] |
/external/libusb/libusb/os/ |
darwin_usb.c | 343 mach_port_deallocate(mach_task_self(), libusb_darwin_mp); [all...] |
/external/valgrind/main/coregrind/m_aspacemgr/ |
aspacemgr-linux.c | [all...] |