Skip to content

Commit

Permalink
[oneTBB] task_handle related extensions
Browse files Browse the repository at this point in the history
- aded namespce directive to this_task_arena functions description

Signed-off-by: Anton Potapov <anton.potapov@intel.com>
  • Loading branch information
anton-potapov committed Sep 10, 2021
1 parent 2225ba0 commit b2f1937
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. SPDX-FileCopyrightText: 2019-2021 Intel Corporation
..
......................................................
.. SPDX-License-Identifier: CC-BY-4.0
===============
Expand Down Expand Up @@ -28,6 +28,8 @@ with the ``task_arena`` currently used by the calling thread.
}
}
.. namespace:: tbb::this_task_arena

.. cpp:function:: int current_thread_index()

Returns the thread index in a ``task_arena`` currently used by the calling thread,
Expand Down

0 comments on commit b2f1937

Please sign in to comment.