Function CDM_GetCurrentThread


Definition:#include <CDM.h>
Prototype:void * CDM_GetCurrentThread(void);
Arguments:

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function returns an indentifier for the current thread (of type Tcl_ThreadID), casted to a (void *) pointer. Note that this function is a wrapper to the Tcl_GetCurrentThread procedure.


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.