multi_atomic_two.cpp

Multi-Threading atomic_two Example / Test

Deprecated 2019-08-05

This example is deprecated, use multi_atomic_three.cpp instead.

Source File

All of the routines below are located in the file

example/multi_thread/multi_atomic_two.cpp

Contents

Name

Title

multi_atomic_two_user

Defines a atomic_two Operation that Computes Square Root

multi_atomic_two_common

Multi-Threaded atomic_two Common Information

multi_atomic_two_setup

Multi-Threaded atomic_two Set Up

multi_atomic_two_worker

Multi-Threaded atomic_two Worker

multi_atomic_two_takedown

Multi-Threaded atomic_two Take Down

multi_atomic_two_run

Run Multi-Threaded atomic_two Calculation

multi_atomic_two_time

Timing Test for Multi-Threaded atomic_two Calculation