|
Grid Community Toolkit
6.2.1629922860 (tag: v6.2.20210826)
|
Recursive Mutex. More...
Go to the source code of this file.
Data Structures | |
| struct | globus_rmutex_t |
| Recursive Mutex. More... | |
Typedefs | |
| typedef int | globus_rmutexattr_t |
| Recursive mutex attribute. | |
Functions | |
| int | globus_rmutex_init (globus_rmutex_t *rmutex, globus_rmutexattr_t *attr) |
| Initialize a recursive mutex. More... | |
| int | globus_rmutex_lock (globus_rmutex_t *rmutex) |
| Lock a recursive mutex. More... | |
| int | globus_rmutex_unlock (globus_rmutex_t *rmutex) |
| Unlock a recursive mutex. More... | |
| int | globus_rmutex_destroy (globus_rmutex_t *rmutex) |
| Destroy a recursive mutex. More... | |
Recursive Mutex.
1.8.5