diff options
Diffstat (limited to 'linden/indra/llcommon/llthread.h')
-rw-r--r-- | linden/indra/llcommon/llthread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llthread.h b/linden/indra/llcommon/llthread.h index 721b6e7..d773fa4 100644 --- a/linden/indra/llcommon/llthread.h +++ b/linden/indra/llcommon/llthread.h | |||
@@ -134,7 +134,8 @@ public: | |||
134 | void lock(); // blocks | 134 | void lock(); // blocks |
135 | void unlock(); | 135 | void unlock(); |
136 | bool isLocked(); // non-blocking, but does do a lock/unlock so not free | 136 | bool isLocked(); // non-blocking, but does do a lock/unlock so not free |
137 | 137 | bool tryLock(); //non-blocking, but not free, returns true if grabed lock | |
138 | |||
138 | protected: | 139 | protected: |
139 | apr_thread_mutex_t *mAPRMutexp; | 140 | apr_thread_mutex_t *mAPRMutexp; |
140 | apr_pool_t *mAPRPoolp; | 141 | apr_pool_t *mAPRPoolp; |