Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::invalid_multiple_scheduling Class Reference

Exception for repeated scheduling of the same task_handle. More...

#include <tbb_exception.h>

Inheritance diagram for tbb::invalid_multiple_scheduling:
Collaboration diagram for tbb::invalid_multiple_scheduling:

Public Member Functions

const char * what () const __TBB_override throw ()
 

Detailed Description

Exception for repeated scheduling of the same task_handle.

Definition at line 58 of file tbb_exception.h.

Member Function Documentation

◆ what()

const char * tbb::invalid_multiple_scheduling::what ( ) const
throw (
)

Definition at line 54 of file tbb_misc.cpp.

54 { return "The same task_handle object cannot be executed more than once"; }

The documentation for this class was generated from the following files:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.