Home
last modified time | relevance | path

Searched refs:mach_task_self (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dplatform-macos.cc44 return mach_vm_map(mach_task_self(), address, size, 0, flags, port, offset, in mach_vm_map_wrapper()
55 mach_task_self(), &vm_size, 0, in CreateSharedMemoryHandleForTesting()
66 CHECK_EQ(KERN_SUCCESS, mach_port_deallocate(mach_task_self(), port)); in DestroySharedMemoryHandle()
105 mach_vm_remap(mach_task_self(), &target, size, 0, flags, mach_task_self(), in RemapPages()
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeSemaphoreMach.c43 if (semaphore_create(mach_task_self(), &sem, SYNC_POLICY_FIFO, initialValue) != KERN_SUCCESS) in deSemaphore_create()
52 kern_return_t res = semaphore_destroy(mach_task_self(), sem); in deSemaphore_destroy()
/third_party/node/deps/uv/src/unix/
H A Ddarwin.c156 err = task_info(mach_task_self(), in uv_resident_set_memory()
322 mach_port_deallocate(mach_task_self(), mach_port); in uv__get_cpu_speed()
358 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info()
376 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info()
H A Dhurd.c71 err = task_info(mach_task_self(), TASK_BASIC_INFO, in uv_resident_set_memory()
86 err = vm_statistics(mach_task_self(), &vmstats); in uv_get_free_memory()
H A Dthread.c449 err = semaphore_create(mach_task_self(), sem, SYNC_POLICY_FIFO, value); in uv_sem_init()
463 if (semaphore_destroy(mach_task_self(), *sem)) in uv_sem_destroy()
/third_party/libuv/src/unix/
H A Ddarwin.c158 err = task_info(mach_task_self(), in uv_resident_set_memory()
222 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info()
240 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info()
H A Dhurd.c71 err = task_info(mach_task_self(), TASK_BASIC_INFO, in uv_resident_set_memory()
86 err = vm_statistics(mach_task_self(), &vmstats); in uv_get_free_memory()
H A Dthread.c442 err = semaphore_create(mach_task_self(), sem, SYNC_POLICY_FIFO, value); in uv_sem_init()
456 if (semaphore_destroy(mach_task_self(), *sem)) in uv_sem_destroy()
/third_party/skia/tools/
H A DProcStats.cpp56 task_info(mach_task_self(), MACH_TASK_BASIC_INFO, (task_info_t)&info, &count)) { in getCurrResidentSetSizeBytes()
/third_party/node/src/large_pages/
H A Dnode_large_page.cc235 if (vm_region_recurse_64(mach_task_self(), &addr, &size, &depth, in FindNodeTextRegion()
/third_party/mesa3d/src/asahi/lib/
H A Dagx_device.c295 ret = IOServiceOpen(service, mach_task_self(), AGX_SERVICE_TYPE, &dev->fd); in agx_open_device()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHost.cpp1181 mach_port_deallocate(mach_task_self(), hostPort); in getHostCPUName()
1247 mach_port_deallocate(mach_task_self(), hostPort); in getHostCPUName()
/third_party/googletest/googletest/src/
H A Dgtest-port.cc119 const task_t task = mach_task_self();
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc126 const task_t task = mach_task_self(); in GetThreadCount()
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc125 const task_t task = mach_task_self();
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5878 pub unsafe fn mach_task_self() -> ::mach_port_t { in mach_task_self() functions

Completed in 27 milliseconds