Home
last modified time | relevance | path

Searched defs:process (Results 1 – 25 of 187) sorted by relevance

12345678

/netbsd/bin/csh/
H A Dproc.h45 struct process { struct
46 struct process *p_next; /* next in global "proclist" */ argument
47 struct process *p_friends; /* next in job list (or self) */ argument
71 #define PDUMPED (1<<9) /* process dumped core */ argument
/netbsd/external/bsd/flex/dist/examples/
H A Ddebflex.awk70 process(); function
74 process(); function
77 function process() { function
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_doorbell.c134 int kfd_doorbell_mmap(struct kfd_dev *dev, struct kfd_process *process, in kfd_doorbell_mmap()
234 struct kfd_process *process, in kfd_get_doorbell_dw_offset_in_bar()
260 struct kfd_process *process) in kfd_get_process_doorbells()
266 int kfd_alloc_process_doorbells(struct kfd_process *process) in kfd_alloc_process_doorbells()
276 void kfd_free_process_doorbells(struct kfd_process *process) in kfd_free_process_doorbells()
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dinferiors.cc76 find_thread_process (const struct process_info *const process) in find_thread_process()
143 process_info *process = new process_info (pid, attached); in add_process() local
155 remove_process (struct process_info *process) in remove_process()
167 return find_process ([&] (process_info *process) { in find_process_pid()
189 return find_process ([] (process_info *process) { in have_started_inferiors_p()
199 return find_process ([] (process_info *process) { in have_attached_inferiors_p()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dinferiors.cc76 find_thread_process (const struct process_info *const process) in find_thread_process()
143 process_info *process = new process_info (pid, attached); in add_process() local
155 remove_process (struct process_info *process) in remove_process()
167 return find_process ([&] (process_info *process) { in find_process_pid()
189 return find_process ([] (process_info *process) { in have_started_inferiors_p()
199 return find_process ([] (process_info *process) { in have_attached_inferiors_p()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DLibASTImporter.rst379 Error propagation
409 Polluted AST
/netbsd/external/mit/libuv/dist/test/
H A Dtest-process-title.c79 static void exit_cb(uv_process_t* process, int64_t status, int signo) { in exit_cb()
88 uv_process_t process; in TEST_IMPL() local
H A Dbenchmark-spawn.c32 static uv_process_t process; variable
67 static void exit_cb(uv_process_t* process, in exit_cb()
/netbsd/sys/arch/emips/ebus/
H A Dstub_ebus.c119 stubopen(dev_t device, int flags, int fmt, struct lwp *process) in stubopen()
128 stubclose(dev_t device, int flags, int fmt, struct lwp *process) in stubclose()
/netbsd/external/gpl2/groff/dist/src/roff/grog/
H A Dgrog.pl27 sub process { subroutine
/netbsd/usr.bin/gzip/
H A Dznew37 process () { function
/netbsd/external/lgpl3/gmp/dist/mpn/x86/
H A Dt-zdisp2.pl77 sub process { subroutine
/netbsd/external/bsd/kyua-cli/dist/utils/process/
H A Dsystem.hpp51 namespace process { namespace
H A Dfdstream.hpp41 namespace process { namespace
H A Dsystembuf.hpp42 namespace process { namespace
/netbsd/external/bsd/atf/dist/atf-c++/
H A Dbuild.hpp37 namespace process { namespace
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dsig11.c18 process (void *arg) in process() function
H A Dsig4.c16 process (void *arg) in process() function
H A Dsig6.c18 process (void *arg) in process() function
H A Dsig10.c18 process (void *arg) in process() function
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dsig10.c18 process (void *arg) in process() function
H A Dsig11.c18 process (void *arg) in process() function
H A Dsig4.c16 process (void *arg) in process() function
H A Dsig6.c18 process (void *arg) in process() function
/netbsd/tests/kernel/
H A Dt_zombie.c95 check_zombie(pid_t process) in check_zombie()
117 await_zombie(pid_t process) in await_zombie()

12345678