diff options
author | rpj <rpj> | 2004-10-01 07:17:09 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-10-01 07:17:09 +0000 |
commit | b0cf9efa6afeb8a7dbddf124dae173a2d633c801 (patch) | |
tree | 8f208f15bd63cf69ae9e2ceb2d523296db8bca76 /implement.h | |
parent | 531ca4db4794aab863a898b4d079ccd59b424b25 (diff) |
Mutex speedups
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/implement.h b/implement.h index 95308f5..400598c 100644 --- a/implement.h +++ b/implement.h @@ -423,13 +423,6 @@ struct ThreadKeyAssoc #define PTW32_EPS_EXIT (1) #define PTW32_EPS_CANCEL (2) -/* Mutex constants */ -enum -{ - PTW32_MUTEX_LOCK_IDX_INIT = -1, - PTW32_MUTEX_OWNER_ANONYMOUS = 1 -}; - /* Useful macros */ #define PTW32_MAX(a,b) ((a)<(b)?(b):(a)) |