HomeSort by: relevance | last modified time | path
    Searched refs:mach_task_self (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/bsd/tmux/dist/compat/
daemon-darwin.c 73 task_set_bootstrap_port(mach_task_self(), s) == KERN_SUCCESS &&
74 mach_port_deallocate(mach_task_self(), bootstrap_port) == KERN_SUCCESS)
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_mach_vm.cpp 32 if (target != mach_task_self())
45 if (target != mach_task_self())
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_mach_vm.cpp 32 if (target != mach_task_self())
45 if (target != mach_task_self())
  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
client.c 78 mach_port_destroy(mach_task_self(), sport);
133 mach_port_deallocate(mach_task_self(), nport);
135 mach_port_deallocate(mach_task_self(), ipc->server);
150 vm_deallocate (mach_task_self (), (vm_address_t) replyout,
158 vm_deallocate (mach_task_self (), (vm_address_t) replyout,
164 vm_deallocate (mach_task_self (), (vm_address_t) replyout,
211 vm_deallocate (mach_task_self (), (vm_address_t) replyout, replyoutCnt);
241 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &c->mp);
256 mach_port_mod_refs(mach_task_self(), c->mp,
287 mach_port_deallocate(mach_task_self(), ipc->server)
    [all...]
server.c 144 kr = vm_read(mach_task_self(),
181 kr = vm_read(mach_task_self(),
344 mach_port_mod_refs(mach_task_self(), st->sport,
378 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &mp);
382 kr = mach_port_insert_right(mach_task_self(), mp, mp,
385 mach_port_destroy(mach_task_self(), mp);
391 mach_port_destroy(mach_task_self(), mp);
442 mach_port_mod_refs(mach_task_self(), sport,
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
TestUtils.m 50 err = task_name_for_pid(mach_task_self(), pid, &task);
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Threading.inc 108 // port, so we need to deallocate it. mach_task_self() doesn't bump the ref
111 mach_port_deallocate(mach_task_self(), Self);
Process.inc 154 task_get_exception_ports(mach_task_self(), EXC_MASK_ALL, OriginalMasks,
160 task_set_exception_ports(mach_task_self(), OriginalMasks[i],
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
semaphore.d 55 task_t mach_task_self();
  /src/external/mit/libuv/dist/src/unix/
hurd.c 71 err = task_info(mach_task_self(), TASK_BASIC_INFO,
86 err = vm_statistics(mach_task_self(), &vmstats);
darwin.c 152 err = task_info(mach_task_self(),
216 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type);
234 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type);
  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.c 414 mach_port_deallocate (mach_task_self (), proc->exc_port);
417 mach_port_deallocate (mach_task_self (), proc->saved_exc_port);
447 mach_port_deallocate (mach_task_self (), cur_exc_port);
453 mach_port_deallocate (mach_task_self (), proc->saved_exc_port);
486 mach_port_deallocate (mach_task_self (), proc->saved_exc_port);
565 mach_port_request_notification (mach_task_self (), port,
577 mach_port_deallocate (mach_task_self (), prev_port);
623 mach_port_deallocate (mach_task_self (), proc->port);
675 mach_port_deallocate (mach_task_self (), inf->wait.exc.handler);
680 mach_port_deallocate (mach_task_self (), inf->wait.exc.reply)
    [all...]
darwin-nat-info.c 63 #define task_self mach_task_self
92 task_by_unix_pid (mach_task_self (), procInfo[index].kp_proc.p_pid,
127 return mach_task_self ();
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.c 413 mach_port_deallocate (mach_task_self (), proc->exc_port);
416 mach_port_deallocate (mach_task_self (), proc->saved_exc_port);
446 mach_port_deallocate (mach_task_self (), cur_exc_port);
452 mach_port_deallocate (mach_task_self (), proc->saved_exc_port);
485 mach_port_deallocate (mach_task_self (), proc->saved_exc_port);
564 mach_port_request_notification (mach_task_self (), port,
576 mach_port_deallocate (mach_task_self (), prev_port);
622 mach_port_deallocate (mach_task_self (), proc->port);
674 mach_port_deallocate (mach_task_self (), inf->wait.exc.handler);
679 mach_port_deallocate (mach_task_self (), inf->wait.exc.reply)
    [all...]
darwin-nat-info.c 63 #define task_self mach_task_self
92 task_by_unix_pid (mach_task_self (), procInfo[index].kp_proc.p_pid,
127 return mach_task_self ();
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_mac.cpp 101 mach_port_t ports[]{mach_task_self()};
103 mach_ports_register(mach_task_self(), ports, /*count=*/1);
sanitizer_stoptheworld_mac.cpp 59 kern_return_t err = task_threads(mach_task_self(), &threads, &num_threads);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_mac.cc 157 err = vm_region_recurse_64(mach_task_self(), &address, &size, &depth,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_mac.cc 60 kern_return_t err = task_threads(mach_task_self(), &threads, &num_threads);
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common_mac.cpp 177 err = vm_region_recurse_64(mach_task_self(), &address, &size, &depth,
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_mac.cpp 59 kern_return_t err = task_threads(mach_task_self(), &threads, &num_threads);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sync/
semaphore.d 99 auto rc = semaphore_create( mach_task_self(), &m_hndl, SYNC_POLICY_FIFO, count );
121 auto rc = semaphore_destroy( mach_task_self(), m_hndl );
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common_mac.cpp 156 err = vm_region_recurse_64(mach_task_self(), &address, &size, &depth,
  /src/external/bsd/top/dist/machine/
m_macosx.c 547 rc = task_for_pid(mach_task_self(),
944 vm_deallocate(mach_task_self(), (vm_address_t)thread_list, sizeof(thread_array_t)*(mp->thread_count));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc 125 mach_task_self(), &address, &vm_region_size, VM_REGION_EXTENDED_INFO,

Completed in 41 milliseconds

1 2