File: multi_chkpoint_one.xrst

package info (click to toggle)
cppad 2025.00.00.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,552 kB
  • sloc: cpp: 112,594; sh: 5,972; ansic: 179; python: 71; sed: 12; makefile: 10
file content (27 lines) | stat: -rw-r--r-- 746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
# SPDX-FileCopyrightText: Bradley M. Bell <bradbell@seanet.com>
# SPDX-FileContributor: 2003-22 Bradley M. Bell
# ----------------------------------------------------------------------------
{xrst_begin multi_chkpoint_one.cpp app}

Multi-Threading chkpoint_one Example / Test
###########################################

Deprecated 2019-08-06
*********************
The example has been deprecated, use :ref:`multi_chkpoint_two.cpp-name` instead.

Source File
***********
All of the routines below are located in the file
::

   example/multi_thread/multi_chkpoint_one.cpp

Contents
********
{xrst_toc_table
   example/multi_thread/multi_chkpoint_one.cpp
}

{xrst_end multi_chkpoint_one.cpp}