Go to the source code of this file.
◆ fork_process()
Definition at line 33 of file fork_process.c.
34{
38
39#ifdef LINUX_PROFILE
41#endif
42
43
44
45
47
48#ifdef LINUX_PROFILE
49
50
51
52
53
54
55
57#endif
58
59
60
61
62
63
64
67 if (result == 0)
68 {
69
71#ifdef LINUX_PROFILE
73#endif
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
92
94 {
95
96
97
98
100
101
103 {
105 int rc;
106
109
113 }
114 }
115
116
118 }
119 else
120 {
121
123 }
124
125 return result;
126}
void pg_strong_random_init(void)
static int fd(const char *x, int i)
int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue)
References BlockSig, close, fb(), fd(), MyProcPid, pg_strong_random_init(), setitimer(), and write.
Referenced by postmaster_child_launch().