index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
utils
/
mutex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading p...
Tobias Brunner
2009-12-23
1
-552
/
+0
*
Show the number of times a lock was acquired in lock profiler
Martin Willi
2009-10-23
1
-4
/
+18
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-38
/
+38
*
Complain about rw(un)lock errors
Martin Willi
2009-09-03
1
-7
/
+31
*
use time_monotonic() instead of gettimeofday() for time difference calculations
Martin Willi
2009-08-31
1
-1
/
+0
*
use monotonic time source in convar->timed_wait, and in the scheduler using it
Martin Willi
2009-08-31
1
-8
/
+14
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...
Tobias Brunner
2009-08-14
1
-4
/
+4
*
renamed some conflicting function names
Tobias Brunner
2009-05-06
1
-4
/
+4
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
added an additional frame to lock profiling backtraces
Martin Willi
2008-12-15
1
-1
/
+1
*
replacing the pthread_mutex in scheduler_t with the wrapped implementation.
Tobias Brunner
2008-11-25
1
-16
/
+32
*
wrapped all pthread_rwlock_t in profilable rwlock_t
Martin Willi
2008-11-05
1
-5
/
+15
*
wrapped rwlock with profiling support
Martin Willi
2008-11-05
1
-63
/
+155
*
threshhold and ./configure option for lock profiler
Martin Willi
2008-11-05
1
-6
/
+11
*
separated backtrace functionality from leak_detective, used in
Martin Willi
2008-11-05
1
-25
/
+20
*
simple mutex profiler
Martin Willi
2008-11-05
1
-0
/
+70
*
condvar->wait() can handle recursive mutex
Martin Willi
2008-10-16
1
-20
/
+76
*
merged the modularization branch (credentials) back to trunk
Martin Willi
2008-03-13
1
-0
/
+267