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

Exception for PPL locks. More...

#include <tbb_exception.h>

Inheritance diagram for tbb::improper_lock:
Collaboration diagram for tbb::improper_lock:

Public Member Functions

const char * what () const __TBB_override throw ()
 

Detailed Description

Exception for PPL locks.

Definition at line 40 of file tbb_exception.h.

Member Function Documentation

◆ what()

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

Definition at line 52 of file tbb_misc.cpp.

52 { return "attempted recursive lock on critical section or non-recursive mutex"; }

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.