MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / fork

Function fork

src/remote/inet.cpp:1890–1904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1888
1889#ifdef NO_FORK
1890static int fork()
1891{
1892/**************************************
1893 *
1894 * f o r k ( N O _ F O R K )
1895 *
1896 **************************************
1897 *
1898 * Functional description
1899 * Hmmm.
1900 *
1901 **************************************/
1902
1903 return 1;
1904}
1905#endif
1906
1907#ifdef WIN_NT

Callers 7

vi_histeditFunction · 0.85
listener_socketFunction · 0.85
forkThreadFunction · 0.85
connect_serverMethod · 0.85
CLIB_ROUTINE mainFunction · 0.85
CLIB_ROUTINE mainFunction · 0.85

Calls 2

printfMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected