abs_eap_am_mutex_c Class Reference
Constructor & Destructor Documentation
abs_eap_am_mutex_c()
EAP_FUNC_IMPORT | abs_eap_am_mutex_c | ( | ) | |
~abs_eap_am_mutex_c()
EAP_FUNC_IMPORT | ~abs_eap_am_mutex_c | ( | ) | [virtual] |
Member Functions Documentation
dublicate_mutex()
The mutex handle must be dublicated in Symbian operating system for each thread.
get_is_reserved()
EAP_FUNC_IMPORT bool | get_is_reserved | ( | ) | const [pure virtual] |
This function returns the flag that indicates whether the mutex is reserved. This is used in debug asserts. Those will check the mutex is really reserved when critical code is entered.
get_is_valid()
EAP_FUNC_IMPORT bool | get_is_valid | ( | ) | const [pure virtual] |
Returns the validity of the mutex.
mutex_enter()
This function enters the mutex. Thread will block until the mutex is released by other owner of the mutex.
mutex_leave(abs_eap_am_tools_c *const)
This function leaves the mutex. Other blocking thread will continue execution.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.