when_fork

C++ Function Reference

1 Signature

void when_fork()

2 Call Graph

Function dependencies

3 Source Code

File: inst/include/Utilities/openme-utils.hppLines 250-253

inline void when_fork() {
        pre_fork_DTthreads = DTthreads;
        DTthreads = 1;
    }

4 Usage Example

#include "BigDataStatMeth.hpp"

// Example usage
auto result = when_fork(...);