diff options
author | root <root> | 2011-08-03 15:25:38 +0000 |
---|---|---|
committer | root <root> | 2011-08-03 15:25:38 +0000 |
commit | f37fb32493b0a4a5b6579d7263494c1589ff204f (patch) | |
tree | b43dba2df83a7262c363ac0a69c52b8c20869bd0 /eio.c | |
parent | 63ce26599ad3cc88324cd92d276ca21b5fa2470a (diff) |
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r-- | eio.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -326,11 +326,11 @@ static void (*done_poll_cb) (void); static unsigned int max_poll_time; /* reslock */ static unsigned int max_poll_reqs; /* reslock */ -static volatile unsigned int nreqs; /* reqlock */ -static volatile unsigned int nready; /* reqlock */ -static volatile unsigned int npending; /* reqlock */ -static volatile unsigned int max_idle = 4; /* maximum number of threads that can idle indefinitely */ -static volatile unsigned int idle_timeout = 10; /* number of seconds after which an idle threads exit */ +static unsigned int nreqs; /* reqlock */ +static unsigned int nready; /* reqlock */ +static unsigned int npending; /* reqlock */ +static unsigned int max_idle = 4; /* maximum number of threads that can idle indefinitely */ +static unsigned int idle_timeout = 10; /* number of seconds after which an idle threads exit */ static xmutex_t wrklock; static xmutex_t reslock; |