Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 5 (100.0%) | 104 (100.0%) | 20.8 |
Core/Thread/ | 3 (60.0%) | 49 (47.1%) | 16.3 |
Core/Exceptions/ | 1 (20.0%) | 31 (29.8%) | 31.0 |
Core/Malloc/ | 1 (20.0%) | 24 (23.1%) | 24.0 |
SCIRun/Core/Thread/Thread_pthreads.cc
Adding a new #define for SigContext that is sigcontext unless you're
on Leopard which seems to call this ucontext_t
0 lines of code changed in 2 files:
Under Darwin, SEM_LOCK isn't used because the
semaphore implementation is done separately. So
we ifdef it out to avoid "defined but not used"
warnings.
Additionally, the pthread_t under Darwin is opaque
and shouldn't be printed out directly. Now it's
being forcefully casted to a long unsigned int for
the print_threads function to avoid a warning.
49 lines of code changed in 1 file:
Under Darwin UCONV needs to print out the 64-bit
friendly version regardless of build type.
24 lines of code changed in 1 file:
MAXSTACK only needs to be defined when used.
Removing tabs as well.
31 lines of code changed in 1 file: