Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Namespaces | Functions
Parallel.cpp File Reference

(bba9247 (Tue Jul 28 21:42:19 2026 -0700))

#include "open3d/utility/Parallel.h"
#include <cstdlib>
#include <string>
#include "open3d/utility/CPUInfo.h"
#include "open3d/utility/Logging.h"

Namespaces

namespace  open3d
 
namespace  open3d::utility
 

Functions

int open3d::utility::EstimateMaxThreads ()
 Estimate the maximum number of threads to be used in a parallel region.
 
int open3d::utility::GetThreadNum ()
 Returns the thread ID in the current parallel region.
 
bool open3d::utility::InParallel ()
 Returns true if in an parallel section.