Searched refs:pid (Results 76 - 100 of 304) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/gdb/
H A Dinf-child.c56 inf_child_post_attach (int pid) argument
87 inf_child_acknowledge_created_inferior (int pid) argument
94 inf_child_insert_fork_catchpoint (int pid) argument
102 inf_child_remove_fork_catchpoint (int pid) argument
110 inf_child_insert_vfork_catchpoint (int pid) argument
118 inf_child_remove_vfork_catchpoint (int pid) argument
134 inf_child_insert_exec_catchpoint (int pid) argument
142 inf_child_remove_exec_catchpoint (int pid) argument
177 inf_child_pid_to_exec_file (int pid) argument
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_settime/
H A D17-2.c40 int pid = fork();
41 if (pid < 0) {
46 if (pid == 0) {
53 error = clock_getcpuclockid(pid, &clockID);
60 if (wait(NULL) != pid) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigsuspend/
H A D1-1.c73 pid_t pid; local
74 pid = fork();
76 if (pid == 0) {
120 kill (pid, SIGUSR2);
127 kill (pid, SIGUSR1);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_nanosleep/
H A D1-4.c23 int pid; local
30 if ((pid = fork()) == 0) {
41 if (kill(pid, SIGABRT) != 0) {
H A D10-1.c32 int pid; local
35 if ((pid = fork()) == 0) {
62 if (kill(pid, SIGABRT) != 0) {
H A D2-3.c25 int pid, sleepuntilsec; local
34 if ((pid = fork()) == 0) {
49 if (kill(pid, SIGABRT) != 0) {
H A D1-5.c29 int pid, slepts; local
38 if ((pid = fork()) == 0) {
58 if (kill(pid, SIGSTOP) != 0) {
63 if (kill(pid, SIGCONT) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/kill/
H A D1-2.c16 * specified by pid when the process specified by pid is not the calling
20 * pid of the child.
42 int pid; local
55 if ((pid = fork()) == 0) {
77 if (kill(pid, SIGTOTEST) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/nanosleep/
H A D1-2.c22 int pid; local
29 if ((pid = fork()) == 0) {
40 if (kill(pid, SIGABRT) != 0) {
H A D3-1.c36 int pid; local
39 if ((pid = fork()) == 0) {
62 if (kill(pid, SIGABRT) != 0) {
H A D5-2.c32 int pid; local
35 if ((pid = fork()) == 0) {
63 if (kill(pid, SIGABRT) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigqueue/
H A D1-1.c9 to the child process specified by pid.
12 * value VALTOTEST for the pid of the child
41 int pid; local
43 if ((pid = fork()) == 0) {
63 if (sigqueue(pid, SIGTOTEST, value) != 0) {
H A D4-1.c41 int pid, i; local
50 pid = getpid();
56 if (sigqueue(pid, SIGTOTEST, value) != 0) {
H A D5-1.c41 int pid, i; local
51 pid = getpid();
56 if (sigqueue(pid, SIGTOTEST, value) != 0) {
H A D6-1.c8 This program verifies that if the value of pid causes signo to be
51 int pid; local
61 pid = getpid();
63 if ((return_val = sigqueue(pid, SIGTOTEST, value)) != 0) {
H A D8-1.c42 int pid, i; local
52 pid = getpid();
57 if (sigqueue(pid, SIGTOTEST, value) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwaitinfo/
H A D2-1.c39 int pid, rtsig; local
55 pid = getpid();
60 if (sigqueue(pid, rtsig, value) != 0) {
/haiku-fatelf/src/bin/gdb/gdb/config/pa/
H A Dnm-hppah.h146 #define TARGET_ENABLE_HW_WATCHPOINTS(pid) \
147 hppa_enable_page_protection_events (pid)
150 #define TARGET_DISABLE_HW_WATCHPOINTS(pid) \
151 hppa_disable_page_protection_events (pid)
155 extern int hppa_insert_hw_watchpoint (int pid, CORE_ADDR start, LONGEST len,
160 extern int hppa_remove_hw_watchpoint (int pid, CORE_ADDR start, LONGEST len,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_timedsend/
H A D5-2.c54 int pid; local
78 if ((pid = fork()) == 0) {
112 kill(pid, SIGABRT); //signal child
119 kill(pid, SIGKILL); //kill child if not gone
127 kill(pid, SIGKILL); //kill child if not gone
133 kill(pid, SIGKILL); //kill child if not gone
/haiku-fatelf/src/tests/system/kernel/
H A Dset_area_protection_test1.cpp74 pid_t pid = fork(); local
75 if (pid < 0) {
80 if (pid == 0) {
82 pid = find_thread(NULL);
86 pid, // clone -- the child should see the change
87 pid, // clone -- the child should see the change
133 *areaAddresses[i] = pid;
141 wait_for_thread(pid, &result);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_barrierattr_getpshared/
H A D2-1.c67 int pid; local
148 pid = fork();
149 if(pid == -1)
154 else if(pid == 0)
169 printf("parent pid : %d, child pid : %d\n", getpid(), pid);
192 if(pid > 0)
195 if( wait(&status) != pid)
233 if(pid
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/templates/
H A Dtemplate_17-1.in38 pid_t pid;
41 if ((pid = fork()) == 0) {
82 kill(pid, %%MYSIG%%);
83 waitpid(pid, &s, 0);
/haiku-fatelf/headers/compatibility/bsd/sys/
H A Dwait.h20 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage);
/haiku-fatelf/src/libs/bsd/
H A Dpty.cpp75 int pid = fork(); local
76 if (pid < 0) {
82 if (pid == 0) {
90 return pid;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_notify/
H A D2-1.c46 int pid; local
64 pid = fork();
65 if (pid == -1) {
70 if (pid == 0) {

Completed in 201 milliseconds

1234567891011>>