process_is_exiting.hpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #pragma once
6 
7 #include <rmm/detail/export.hpp>
8 
9 namespace RMM_EXPORT rmm {
10 
60 bool process_is_exiting() noexcept;
61  // end of group
63 
64 } // namespace RMM_EXPORT rmm
bool process_is_exiting() noexcept
Returns true if the process has entered exit() / atexit handler execution.
RAPIDS Memory Manager - The top-level namespace for all RMM functionality.