|
dxd - dynax driver framework 2.6.0d170
cross platform open source driver development framework
|
#include <dxd_sync_platform.h>
Public Member Functions | |
| lock () | |
| lock ()=default | |
| lock (lock_t &lock) | |
| lock (lock_t &lock) | |
| bool | trylock (lock_t &lock) |
| bool | trylock (lock_t &lock) |
| ~lock () | |
| ~lock () | |
Public Attributes | |
| os_result | status =not_initialized |
this constructor is only used in conjunction with trylock(): where the mutex or rwlock might be obtained at trylock() time
standard constructor
| lock | the mutex or rwlock object to lock |
this constructor is only used in conjunction with trylock(): where the mutex or rwlock might be obtained at trylock() time
standard constructor
| lock | the mutex or rwlock object to lock |
try to obtain the lock for the mutex or rwlock object; returns true if mutex or rwlock object could be successfully locked; false if mutex was locked elsewhere
| lock | the mutex or rwlock object to lock |
try to obtain the lock for the mutex or rwlock object; returns true if mutex or rwlock object could be successfully locked; false if mutex was locked elsewhere
| lock | the mutex or rwlock object to lock |
| (c) copyright 2009 dynamic acoustics e.U. | generated on Fri Oct 31 2025 |