|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <unistd.h>Go to the source code of this file.
Functions | |
| int | fpm_trace_signal (pid_t pid) |
| int | fpm_trace_ready (pid_t pid) |
| int | fpm_trace_close (pid_t pid) |
| int | fpm_trace_get_long (long addr, long *data) |
| int | fpm_trace_get_strz (char *buf, size_t sz, long addr) |
| int fpm_trace_close | ( | pid_t | pid | ) |
Definition at line 72 of file fpm_trace_mach.c.
| int fpm_trace_get_long | ( | long | addr, |
| long * | data ) |
Definition at line 80 of file fpm_trace_mach.c.
| int fpm_trace_get_strz | ( | char * | buf, |
| size_t | sz, | ||
| long | addr ) |
Definition at line 9 of file fpm_trace.c.
| int fpm_trace_ready | ( | pid_t | pid | ) |
Definition at line 54 of file fpm_trace_mach.c.
| int fpm_trace_signal | ( | pid_t | pid | ) |
Definition at line 44 of file fpm_trace_mach.c.