Returns the thread-specific value associated with a key. Different threads may have different values associated with the same key.
#include "ive_standards.h"
#include "ive_thread.h"
void* IVEThreadGetKeyValue(IVEThreadKey key);
There is no Fortran interface.
The value associated with key is returned. Until the thread calls IVEThreadSetKeyValue, the value associated with the key will be zero.
Inclusion of ive_standards.h sets certain feature-set macros. It is safest to include it before any other headers to avoid inconsistent definitions.
IVEThreadInitKey, IVEThreadDestroyKey, IVEThreadSetKeyValue, and IVEThreadKey
| categories | alphabetical |
modified May 7, 2002
Eric Branlund (eric@msg.ucsf.edu)