Synchronizing a Set of Threads

Use thread syncpoints to synchronize a set of threads. When any thread in a thread set reaches a thread syncpoint, the debugger holds that thread, ignoring any attempt to step or continue execution, until all other threads in the thread set reach the thread syncpoint. When all threads in the thread set reach the thread syncpoint, they remain stopped until you continue the process.

If you manually stop execution before all threads in the thread set have reached the thread syncpoint, the debugger continues to hold all threads in the thread set until all of them reach the thread syncpoint.

To synchronize a set of threads:

Set a thread syncpoint.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.