DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
HDK Technical Reference

Concurrency

Concurrency refers to the ability to have two or more threads of execution.

logical concurrency
refers to concurrency between multiple threads that do not execute simultaneously. Logical concurrency exists between a driver's base level contexts and its interrupt context and is the only type of concurrency on a uniprocessor configuration.

physical concurrency
refers to concurrency between multiple threads executing simultaneously on different processors in a multiprocessing environment.

See ``Critical code section''


© 1999 The Santa Cruz Operation, Inc. All rights reserved.
HDK 7.1.0 - June 1999