[Return to Bookshelf] [Contents] [Previous Section] [Next Section] [Index] [Help]


cma_init

Initializes the DECthreads routines.

Syntax

cma_init();

C Binding

#include 

void cma_init (void);

Arguments

None

Description

This routine initializes the internal storage and process-wide state that is necessary to support DECthreads routines.

Note
On ULTRIX operating systems, call this routine before calling any other cma routine. On other operating systems this routine has no effect.

Calling this routine can result in changes to the execution environment that cause a single-threaded process to appear as a DECthreads thread.

If this routine is called more than once, the second and subsequent calls are ignored. If a second call to this routine is made while the first call is still in progress, the exception cma_e_inialrpro is raised.

Exceptions

cma_e_inialrpro



[Return to Bookshelf] [Contents] [Previous Section] [Next Section] [Index] [Help]