Searched refs:process (Results 1 - 25 of 95) sorted by relevance

1234

/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dprocess.c52 getsid(pid_t process) argument
54 pid_t session = _kern_process_info(process, SESSION_ID);
61 getpgid(pid_t process) argument
63 pid_t group = _kern_process_info(process, GROUP_ID);
70 setpgid(pid_t process, pid_t group) argument
72 pid_t result = _kern_setpgid(process, group);
83 // setpgrp() never fails -- setpgid() fails when the process is a session
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dlinux-low.c44 ``all_processes'' is keyed by the process ID - which on Linux is (presently)
81 /* This function should only be called if the process got a SIGTRAP.
85 If we were single-stepping this process using PTRACE_SINGLESTEP,
89 If we continue the process using PTRACE_CONT, we will get a
117 struct process_info *process; local
119 process = (struct process_info *) malloc (sizeof (*process));
120 memset (process, 0, sizeof (*process));
122 process
207 struct process_info *process; local
224 struct process_info *process = get_thread_process (thread); local
247 struct process_info *process = get_thread_process (thread); local
267 struct process_info *process = get_thread_process (thread); local
353 struct process_info *process = (struct process_info *) entry; local
761 struct process_info *process = (struct process_info *) entry; local
784 struct process_info *process = (struct process_info *) entry; local
839 struct process_info *process = (struct process_info *) entry; local
939 struct process_info *process; local
962 struct process_info *process; local
992 struct process_info *process; local
1018 struct process_info *process = (struct process_info *) entry; local
1434 struct process_info *process; local
[all...]
H A Dthread-db.c48 /* Structure that identifies the child process for the
75 return "invalid process handle";
181 /* Set the process wide mask saying which events we're interested in. */
234 struct process_info *process; local
241 process = get_thread_process (inferior);
242 if (process->thread_known == 0)
268 process = inferior_target_data (inferior);
273 process->tid = ti_p->ti_tid;
274 process->lwpid = ti_p->ti_lid;
276 process
[all...]
/haiku-fatelf/3rdparty/cppcheck/
H A Dchecksources.pl27 find({ wanted => \&process, no_chdir => 1},
39 sub process subroutine
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dinit_rld_after_fork_test.cpp11 list_semaphores(const char* process) argument
13 printf("%s (%ld) semaphores:\n", process, find_thread(NULL));
32 // the parent process -- wait for the child to finish
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmthread/
H A DIlmThread.h101 #include <process.h>
/haiku-fatelf/src/apps/cortex/addons/common/
H A DIAudioOp.h93 virtual uint32 process(
110 // process().
/haiku-fatelf/src/apps/cortex/addons/audioOps/
H A DNullAudioOp.cpp52 uint32 process( function in class:_NullAudioOp
/haiku-fatelf/src/bin/findutils/lib/
H A Dwaitpid.c31 #include <process.h>
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dpex-djgpp.c32 #include <process.h>
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dbon_csv2txt13 process($line);
35 sub process
H A Dbon_csv2txt.in13 process($line);
35 sub process subroutine
/haiku-fatelf/src/bin/
H A Dtput.c60 static char **process __P((char *, char *, char **));
111 argv = process(p, buf, argv);
140 process(cap, str, argv) function
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c60 * Both three macros shall terminate the calling process.
103 /* the following function keeps on sending the signal to the process */
108 pid_t process; local
110 process = getpid();
132 ret = kill( process, thearg->sig );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D5-2.c59 * Both three macros shall terminate the calling process.
103 /* the following function keeps on sending the signal to the process */
108 pid_t process; local
110 process = getpid();
132 ret = kill( process, thearg->sig );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D4-2.c61 * Both three macros shall terminate the calling process.
108 /* the following function keeps on sending the signal to the process */
113 pid_t process; local
115 process=getpid();
129 ret = kill(process, thearg->sig);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A D4-2.c61 * Both three macros shall terminate the calling process.
108 /* the following function keeps on sending the signal to the process */
113 pid_t process; local
115 process=getpid();
129 ret = kill(process, thearg->sig);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D14-1.c67 * Both three macros shall terminate the calling process.
124 /* the following function keeps on sending the signal to the process */
129 pid_t process; local
131 process=getpid();
145 ret = kill(process, thearg->sig);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/
H A D4-3.c67 * Both three macros shall terminate the calling process.
123 /* the following function keeps on sending the signal to the process */
128 pid_t process; local
130 process=getpid();
144 ret = kill(process, thearg->sig);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_equal/
H A D2-1.c59 * Both three macros shall terminate the calling process.
101 /* the following function keeps on sending the signal to the process */
106 pid_t process; local
108 process=getpid();
122 ret = kill(process, thearg->sig);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getschedparam/
H A D4-1.c60 * Both three macros shall terminate the calling process.
103 /* the following function keeps on sending the signal to the process */
108 pid_t process; local
110 process = getpid();
132 ret = kill( process, thearg->sig );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_join/
H A D6-3.c59 * Both three macros shall terminate the calling process.
114 /* the following function keeps on sending the signal to the process */
119 pid_t process; local
121 process = getpid();
143 ret = kill( process, thearg->sig );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_kill/
H A D8-1.c59 * Both three macros shall terminate the calling process.
103 /* the following function keeps on sending the signal to the process */
108 pid_t process; local
110 process = getpid();
132 ret = kill( process, thearg->sig );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_once/
H A D6-1.c59 * Both three macros shall terminate the calling process.
103 /* the following function keeps on sending the signal to the process */
108 pid_t process; local
110 process = getpid();
132 ret = kill( process, thearg->sig );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c60 * Both three macros shall terminate the calling process.
103 /* the following function keeps on sending the signal to the process */
108 pid_t process; local
110 process = getpid();
132 ret = kill( process, thearg->sig );

Completed in 117 milliseconds

1234