git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3be628e
)
rx-windows-mutex-is-mine-lwp-20080925
author
Jeffrey Altman
<jaltman@secure-endpoints.com>
Thu, 25 Sep 2008 13:29:50 +0000 (13:29 +0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Thu, 25 Sep 2008 13:29:50 +0000 (13:29 +0000)
LICENSE MIT
mutex is mine for lwp on windows
src/rx/rx_lwp.h
patch
|
blob
|
history
diff --git
a/src/rx/rx_lwp.h
b/src/rx/rx_lwp.h
index
720196d
..
3b4fe46
100644
(file)
--- a/
src/rx/rx_lwp.h
+++ b/
src/rx/rx_lwp.h
@@
-25,6
+25,7
@@
#define MUTEX_TRYENTER(a) 1
#define MUTEX_EXIT(a)
#define MUTEX_INIT(a,b,c,d)
+#define MUTEX_ISMINE(a)
#define CV_INIT(a,b,c,d)
#define CV_DESTROY(a)
#define osirx_AssertMine(a, b)