Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::internal::context_guard_helper< T > Struct Template Reference

#include <scheduler.h>

Collaboration diagram for tbb::internal::context_guard_helper< T >:

Public Member Functions

void set_ctx (__TBB_CONTEXT_ARG1(task_group_context *))
 
void restore_default ()
 

Detailed Description

template<bool T>
struct tbb::internal::context_guard_helper< T >

Definition at line 806 of file scheduler.h.

Member Function Documentation

◆ restore_default()

template<bool T>
void tbb::internal::context_guard_helper< T >::restore_default ( )
inline

Definition at line 808 of file scheduler.h.

Referenced by tbb::interface7::internal::task_arena_base::internal_execute().

808 {}
Here is the caller graph for this function:

◆ set_ctx()

template<bool T>
void tbb::internal::context_guard_helper< T >::set_ctx ( __TBB_CONTEXT_ARG1(task_group_context *)  )
inline

Definition at line 807 of file scheduler.h.

Referenced by tbb::interface7::internal::task_arena_base::internal_execute(), and tbb::internal::custom_scheduler< SchedulerTraits >::local_wait_for_all().

807 {}
Here is the caller graph for this function:

The documentation for this struct was generated from the following file:

Copyright © 2005-2019 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.