2003-02-05
2003-02-05 13:34:06 by 0
-
8a79f86d7908bdde36ac64e8c92de15b01de9470
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 5.2
A bunch of typographic fixes.
Rev: server/base_server/roxen.pike:1.822
Rev: server/base_server/roxenloader.pike:1.333
Rev: server/start:1.199
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.
// ABS and suicide systems contributed freely by Francesco Chemolli
- constant cvs_version="$Id: roxen.pike,v 1.821 2003/01/24 10:41:38 anders Exp $";
+ constant cvs_version="$Id: roxen.pike,v 1.822 2003/02/05 13:33:58 jonasw Exp $";
//! @appears roxen
//!
4230: Inside #if constant (thread_create)
// have the backtraces. It also gives an atomic view of the state.
object threads_disabled = _disable_threads();
- report_debug("### Describing all pike threads:\n\n");
+ report_debug("### Describing all Pike threads:\n\n");
array(Thread.Thread) threads = all_threads();
array(string|int) thread_ids =
4255:
report_debug(describe_backtrace(threads[i]->backtrace()) + "\n");
}
- report_debug ("### Total %d pike threads\n", sizeof (threads));
+ report_debug ("### Total %d Pike threads\n", sizeof (threads));
threads = 0;
threads_disabled = 0;