aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-11 20:58:37 +0000
committerlloyd <[email protected]>2008-11-11 20:58:37 +0000
commit8879a51da7c3b93e27439122cea5d5aa81ae38c3 (patch)
treeb1faa753266d4a762fc38252df35a2435b757b92 /src
parent6eff33ae263109ccbbeb32bd0ffb25c77140cc45 (diff)
Move utils/{timer,mutex} to toplevel
Diffstat (limited to 'src')
-rw-r--r--src/mutex/noop_mutex/info.txt (renamed from src/utils/mutex/noop_mutex/info.txt)0
-rw-r--r--src/mutex/noop_mutex/mux_noop.cpp (renamed from src/utils/mutex/noop_mutex/mux_noop.cpp)0
-rw-r--r--src/mutex/noop_mutex/mux_noop.h (renamed from src/utils/mutex/noop_mutex/mux_noop.h)0
-rw-r--r--src/mutex/pthreads/info.txt (renamed from src/utils/mutex/pthreads/info.txt)0
-rw-r--r--src/mutex/pthreads/mux_pthr.cpp (renamed from src/utils/mutex/pthreads/mux_pthr.cpp)0
-rw-r--r--src/mutex/pthreads/mux_pthr.h (renamed from src/utils/mutex/pthreads/mux_pthr.h)0
-rw-r--r--src/mutex/qt_mutex/info.txt (renamed from src/utils/mutex/qt_mutex/info.txt)0
-rw-r--r--src/mutex/qt_mutex/mux_qt.cpp (renamed from src/utils/mutex/qt_mutex/mux_qt.cpp)0
-rw-r--r--src/mutex/qt_mutex/mux_qt.h (renamed from src/utils/mutex/qt_mutex/mux_qt.h)0
-rw-r--r--src/mutex/win32_crit_section/info.txt (renamed from src/utils/mutex/win32_crit_section/info.txt)0
-rw-r--r--src/mutex/win32_crit_section/mux_win32.cpp (renamed from src/utils/mutex/win32_crit_section/mux_win32.cpp)0
-rw-r--r--src/mutex/win32_crit_section/mux_win32.h (renamed from src/utils/mutex/win32_crit_section/mux_win32.h)0
-rw-r--r--src/timer/cpu_counter/info.txt (renamed from src/utils/timer/cpu_counter/info.txt)0
-rw-r--r--src/timer/cpu_counter/tm_hard.cpp (renamed from src/utils/timer/cpu_counter/tm_hard.cpp)0
-rw-r--r--src/timer/cpu_counter/tm_hard.h (renamed from src/utils/timer/cpu_counter/tm_hard.h)0
-rw-r--r--src/timer/gettimeofday/info.txt (renamed from src/utils/timer/gettimeofday/info.txt)0
-rw-r--r--src/timer/gettimeofday/tm_unix.cpp (renamed from src/utils/timer/gettimeofday/tm_unix.cpp)0
-rw-r--r--src/timer/gettimeofday/tm_unix.h (renamed from src/utils/timer/gettimeofday/tm_unix.h)0
-rw-r--r--src/timer/info.txt (renamed from src/utils/timer/info.txt)0
-rw-r--r--src/timer/posix_rt/info.txt (renamed from src/utils/timer/posix_rt/info.txt)0
-rw-r--r--src/timer/posix_rt/tm_posix.cpp (renamed from src/utils/timer/posix_rt/tm_posix.cpp)0
-rw-r--r--src/timer/posix_rt/tm_posix.h (renamed from src/utils/timer/posix_rt/tm_posix.h)0
-rw-r--r--src/timer/timer.cpp (renamed from src/utils/timer/timer.cpp)0
-rw-r--r--src/timer/timer.h (renamed from src/utils/timer/timer.h)0
-rw-r--r--src/timer/win32_query_perf_ctr/info.txt (renamed from src/utils/timer/win32_query_perf_ctr/info.txt)0
-rw-r--r--src/timer/win32_query_perf_ctr/tm_win32.cpp (renamed from src/utils/timer/win32_query_perf_ctr/tm_win32.cpp)0
-rw-r--r--src/timer/win32_query_perf_ctr/tm_win32.h (renamed from src/utils/timer/win32_query_perf_ctr/tm_win32.h)0
27 files changed, 0 insertions, 0 deletions
diff --git a/src/utils/mutex/noop_mutex/info.txt b/src/mutex/noop_mutex/info.txt
index 1f49f5e1c..1f49f5e1c 100644
--- a/src/utils/mutex/noop_mutex/info.txt
+++ b/src/mutex/noop_mutex/info.txt
diff --git a/src/utils/mutex/noop_mutex/mux_noop.cpp b/src/mutex/noop_mutex/mux_noop.cpp
index eb3a12702..eb3a12702 100644
--- a/src/utils/mutex/noop_mutex/mux_noop.cpp
+++ b/src/mutex/noop_mutex/mux_noop.cpp
diff --git a/src/utils/mutex/noop_mutex/mux_noop.h b/src/mutex/noop_mutex/mux_noop.h
index a5b802cc0..a5b802cc0 100644
--- a/src/utils/mutex/noop_mutex/mux_noop.h
+++ b/src/mutex/noop_mutex/mux_noop.h
diff --git a/src/utils/mutex/pthreads/info.txt b/src/mutex/pthreads/info.txt
index 88de70de0..88de70de0 100644
--- a/src/utils/mutex/pthreads/info.txt
+++ b/src/mutex/pthreads/info.txt
diff --git a/src/utils/mutex/pthreads/mux_pthr.cpp b/src/mutex/pthreads/mux_pthr.cpp
index d003fa298..d003fa298 100644
--- a/src/utils/mutex/pthreads/mux_pthr.cpp
+++ b/src/mutex/pthreads/mux_pthr.cpp
diff --git a/src/utils/mutex/pthreads/mux_pthr.h b/src/mutex/pthreads/mux_pthr.h
index 79eed0c97..79eed0c97 100644
--- a/src/utils/mutex/pthreads/mux_pthr.h
+++ b/src/mutex/pthreads/mux_pthr.h
diff --git a/src/utils/mutex/qt_mutex/info.txt b/src/mutex/qt_mutex/info.txt
index a21108c79..a21108c79 100644
--- a/src/utils/mutex/qt_mutex/info.txt
+++ b/src/mutex/qt_mutex/info.txt
diff --git a/src/utils/mutex/qt_mutex/mux_qt.cpp b/src/mutex/qt_mutex/mux_qt.cpp
index 421b771c7..421b771c7 100644
--- a/src/utils/mutex/qt_mutex/mux_qt.cpp
+++ b/src/mutex/qt_mutex/mux_qt.cpp
diff --git a/src/utils/mutex/qt_mutex/mux_qt.h b/src/mutex/qt_mutex/mux_qt.h
index bf230e1ff..bf230e1ff 100644
--- a/src/utils/mutex/qt_mutex/mux_qt.h
+++ b/src/mutex/qt_mutex/mux_qt.h
diff --git a/src/utils/mutex/win32_crit_section/info.txt b/src/mutex/win32_crit_section/info.txt
index a2d339c3b..a2d339c3b 100644
--- a/src/utils/mutex/win32_crit_section/info.txt
+++ b/src/mutex/win32_crit_section/info.txt
diff --git a/src/utils/mutex/win32_crit_section/mux_win32.cpp b/src/mutex/win32_crit_section/mux_win32.cpp
index 622a707fa..622a707fa 100644
--- a/src/utils/mutex/win32_crit_section/mux_win32.cpp
+++ b/src/mutex/win32_crit_section/mux_win32.cpp
diff --git a/src/utils/mutex/win32_crit_section/mux_win32.h b/src/mutex/win32_crit_section/mux_win32.h
index 9073b0d3c..9073b0d3c 100644
--- a/src/utils/mutex/win32_crit_section/mux_win32.h
+++ b/src/mutex/win32_crit_section/mux_win32.h
diff --git a/src/utils/timer/cpu_counter/info.txt b/src/timer/cpu_counter/info.txt
index 025663a84..025663a84 100644
--- a/src/utils/timer/cpu_counter/info.txt
+++ b/src/timer/cpu_counter/info.txt
diff --git a/src/utils/timer/cpu_counter/tm_hard.cpp b/src/timer/cpu_counter/tm_hard.cpp
index 2f7516930..2f7516930 100644
--- a/src/utils/timer/cpu_counter/tm_hard.cpp
+++ b/src/timer/cpu_counter/tm_hard.cpp
diff --git a/src/utils/timer/cpu_counter/tm_hard.h b/src/timer/cpu_counter/tm_hard.h
index ec5268085..ec5268085 100644
--- a/src/utils/timer/cpu_counter/tm_hard.h
+++ b/src/timer/cpu_counter/tm_hard.h
diff --git a/src/utils/timer/gettimeofday/info.txt b/src/timer/gettimeofday/info.txt
index d3812eedf..d3812eedf 100644
--- a/src/utils/timer/gettimeofday/info.txt
+++ b/src/timer/gettimeofday/info.txt
diff --git a/src/utils/timer/gettimeofday/tm_unix.cpp b/src/timer/gettimeofday/tm_unix.cpp
index 654297753..654297753 100644
--- a/src/utils/timer/gettimeofday/tm_unix.cpp
+++ b/src/timer/gettimeofday/tm_unix.cpp
diff --git a/src/utils/timer/gettimeofday/tm_unix.h b/src/timer/gettimeofday/tm_unix.h
index 21afb3ee8..21afb3ee8 100644
--- a/src/utils/timer/gettimeofday/tm_unix.h
+++ b/src/timer/gettimeofday/tm_unix.h
diff --git a/src/utils/timer/info.txt b/src/timer/info.txt
index c9a860a78..c9a860a78 100644
--- a/src/utils/timer/info.txt
+++ b/src/timer/info.txt
diff --git a/src/utils/timer/posix_rt/info.txt b/src/timer/posix_rt/info.txt
index 7501373bb..7501373bb 100644
--- a/src/utils/timer/posix_rt/info.txt
+++ b/src/timer/posix_rt/info.txt
diff --git a/src/utils/timer/posix_rt/tm_posix.cpp b/src/timer/posix_rt/tm_posix.cpp
index 601b2b43d..601b2b43d 100644
--- a/src/utils/timer/posix_rt/tm_posix.cpp
+++ b/src/timer/posix_rt/tm_posix.cpp
diff --git a/src/utils/timer/posix_rt/tm_posix.h b/src/timer/posix_rt/tm_posix.h
index 077636a0a..077636a0a 100644
--- a/src/utils/timer/posix_rt/tm_posix.h
+++ b/src/timer/posix_rt/tm_posix.h
diff --git a/src/utils/timer/timer.cpp b/src/timer/timer.cpp
index a37cf39c3..a37cf39c3 100644
--- a/src/utils/timer/timer.cpp
+++ b/src/timer/timer.cpp
diff --git a/src/utils/timer/timer.h b/src/timer/timer.h
index 5ad2cfbea..5ad2cfbea 100644
--- a/src/utils/timer/timer.h
+++ b/src/timer/timer.h
diff --git a/src/utils/timer/win32_query_perf_ctr/info.txt b/src/timer/win32_query_perf_ctr/info.txt
index e74259184..e74259184 100644
--- a/src/utils/timer/win32_query_perf_ctr/info.txt
+++ b/src/timer/win32_query_perf_ctr/info.txt
diff --git a/src/utils/timer/win32_query_perf_ctr/tm_win32.cpp b/src/timer/win32_query_perf_ctr/tm_win32.cpp
index 58f7b0f55..58f7b0f55 100644
--- a/src/utils/timer/win32_query_perf_ctr/tm_win32.cpp
+++ b/src/timer/win32_query_perf_ctr/tm_win32.cpp
diff --git a/src/utils/timer/win32_query_perf_ctr/tm_win32.h b/src/timer/win32_query_perf_ctr/tm_win32.h
index d458d0a3f..d458d0a3f 100644
--- a/src/utils/timer/win32_query_perf_ctr/tm_win32.h
+++ b/src/timer/win32_query_perf_ctr/tm_win32.h