Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1529969
fork.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
357 B
Referenced Files
None
Subscribers
None
fork.h
View Options
#ifndef FORK_H
#define FORK_H
#include
<cstdint>
#include
<string>
#ifndef CXXBRIDGE1_ENUM_Fork
#define CXXBRIDGE1_ENUM_Fork
enum
class
Fork
:
std
::
uint8_t
{
Parent
,
Child
};
#endif
using
Callback
=
void
(
*
)();
pid_t
set_sid
();
void
close_fd
();
Fork
fork_process
();
extern
"C"
int32_t
try_fork
(
bool
nochdir
,
bool
noclose
,
Callback
callback
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Mon, Jul 14, 3:49 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
338935
Default Alt Text
fork.h (357 B)
Attached To
Mode
rPMC Process Management Controller
Attached
Detach File
Event Timeline
Log In to Comment