CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Required since CMPI 2.0

Entities that are required to be supported since CMPI 2.0

Class CMPIBrokerExtFT
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::cancelThread )(CMPI_THREAD_TYPE thread)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::condWait )(CMPI_COND_TYPE cond, CMPI_MUTEX_TYPE mutex)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::createThreadKey )(CMPI_THREAD_KEY_TYPE *key, CMPIThreadKeyCleanupFunc cleanup)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::destroyCondition )(CMPI_COND_TYPE cond)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::destroyMutex )(CMPI_MUTEX_TYPE mutex)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::destroyThreadKey )(CMPI_THREAD_KEY_TYPE key)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::exitThread )(CMPI_THREAD_RETURN return_code)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::getThreadSpecific )(CMPI_THREAD_KEY_TYPE key)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::joinThread )(CMPI_THREAD_TYPE thread, CMPI_THREAD_RETURN *retval)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::lockMutex )(CMPI_MUTEX_TYPE mutex)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::newCondition )(int opt)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::newMutex )(int opt)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::newThread )(CMPIThreadFunc start, void *parm, int detached)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::resolveFileName )(const char *libName)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::setThreadSpecific )(CMPI_THREAD_KEY_TYPE key, void *value)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::signalCondition )(CMPI_COND_TYPE cond)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::threadOnce )(int *once, CMPIThreadOnceFunc function)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::threadSleep )(CMPIUint32 msec)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::timedCondWait )(CMPI_COND_TYPE cond, CMPI_MUTEX_TYPE mutex, struct timespec *wait)
Required to be supported since CMPI 2.0.
Global CMPIBrokerExtFT::unlockMutex )(CMPI_MUTEX_TYPE mutex)
Required to be supported since CMPI 2.0.
Page OS Encapsulation Services capability
Required to be supported since CMPI 2.0.