JINMEI Tatuya
|
6ead8f2bc2
[2209] style: combine two short lines
|
12 years ago |
JINMEI Tatuya
|
bd8b562bcf
[2209] style fixes: folded long lines, constify, ptr vs bool
|
12 years ago |
Michal 'vorner' Vaner
|
ecabe80cbb
[2209] Make ConfigurableClientList::reload a wrapper
|
12 years ago |
Michal 'vorner' Vaner
|
f609865c30
[2209] Provide the callbacks to load data
|
12 years ago |
Michal 'vorner' Vaner
|
70473ce1f7
[2209] Pass objects by const reference
|
12 years ago |
Michal 'vorner' Vaner
|
4a9e338f84
[2209] Skeleton of the getCachedZoneWriter method
|
12 years ago |
Michal 'vorner' Vaner
|
a92defd1de
[2209] Hack the ZoneTableSegment into MemoryClient
|
12 years ago |
Michal 'vorner' Vaner
|
a09e57e212
[2209] Unrelated fix: don't c-string + int
|
12 years ago |
Michal 'vorner' Vaner
|
1eda789420
[2209] Tests for the getCachedZoneWriter
|
12 years ago |
Michal 'vorner' Vaner
|
61d475331f
[2209] Interface of the getCachedZoneWriter()
|
12 years ago |
Michal 'vorner' Vaner
|
f0c56bb2f6
[2209] Make the reload tests typed
|
12 years ago |
Mukund Sivaraman
|
ae2e285fb9
[master] Execute run_dbutil.sh using shell
|
12 years ago |
Mukund Sivaraman
|
e6ba20b090
Merge branch 'trac2198_3'
|
12 years ago |
Mukund Sivaraman
|
4e199b28f4
[2198] Move get methods into unnamed namespace
|
12 years ago |
Mukund Sivaraman
|
c3a8f64b91
[2198] Fix library paths to add lib/util/threads/ too (Mac OS test failure)
|
12 years ago |
Mukund Sivaraman
|
73f49fc9d9
[2198] Avoid static destruction fiasco with InterprocessSyncFile and logger
|
12 years ago |
Mukund Sivaraman
|
59d1e7799c
[2198] Check for EDEADLK too when using Mutex::tryLock()
|
12 years ago |
Mukund Sivaraman
|
d7a9543879
[2198] Link -lpthread in libb10-threads target
|
12 years ago |
Mukund Sivaraman
|
1bb3279cc1
[2198] Don't return anything from thread functions
|
12 years ago |
Mukund Sivaraman
|
9a85c00b16
[2198] Update comment
|
12 years ago |
Mukund Sivaraman
|
9de48090c0
[2198] Test the non-blocking variant of Mutex::Locker
|
12 years ago |
Mukund Sivaraman
|
11df86c57f
[2198] Check pthread_mutex_trylock()'s return value
|
12 years ago |
Mukund Sivaraman
|
699a941cab
[2198] Revert include to local
|
12 years ago |
Mukund Sivaraman
|
a80cd447a1
[2198] Stop using direct lock methods on Mutex inside InterprocessSyncFile
|
12 years ago |
Mukund Sivaraman
|
48bfbccf4e
[2198] Fix include filename
|
12 years ago |
Mukund Sivaraman
|
13e9951ecd
[2198] Make direct methods on Mutex private
|
12 years ago |
Mukund Sivaraman
|
f8fb9a002d
[2198] Add a block argument to Mutex::Locker's constructor
|
12 years ago |
Mukund Sivaraman
|
1b638d6813
[2198] Add AlreadyLocked exception to Mutex::Locker
|
12 years ago |
Mukund Sivaraman
|
638f92b82b
[2198] Remove dependency on libb10-util in src/lib/util/unittests/
|
12 years ago |
Mukund Sivaraman
|
1c5c694f66
[2198] First use a mutex for mutual exclusion among threads, then a lock file
|
12 years ago |