after_fork

C++ Function Reference

1 Signature

void after_fork()

2 Call Graph

Function dependencies

3 Source Code

File: inst/include/Utilities/openme-utils.hppLines 258-260

inline void after_fork() {
        if (RestoreAfterFork) DTthreads = pre_fork_DTthreads;
    }

4 Usage Example

#include "BigDataStatMeth.hpp"

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