[vlc-devel] commit: Remove unused sleep constants ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Jan 30 20:51:30 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jan 30 21:47:22 2010 +0200| [d66efdf627630bb8cf039c11199ff5ec71b487f3] | committer: Rémi Denis-Courmont 

Remove unused sleep constants

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d66efdf627630bb8cf039c11199ff5ec71b487f3
---

 include/vlc_config.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/include/vlc_config.h b/include/vlc_config.h
index 1e5a1aa..7063b19 100644
--- a/include/vlc_config.h
+++ b/include/vlc_config.h
@@ -45,10 +45,6 @@
 
 #define CLOCK_FREQ INT64_C(1000000)
 
-/* When creating or destroying threads in blocking mode, delay to poll thread
- * status */
-#define THREAD_SLEEP                    ((mtime_t)(0.010*CLOCK_FREQ))
-
 /*****************************************************************************
  * Interface configuration
  *****************************************************************************/
@@ -70,9 +66,6 @@
 /* Used in ErrorThread */
 #define INPUT_IDLE_SLEEP                ((mtime_t)(0.100*CLOCK_FREQ))
 
-/* Time to wait in case of read error */
-#define INPUT_ERROR_SLEEP               ((mtime_t)(0.10*CLOCK_FREQ))
-
 /* Number of read() calls needed until we check the file size through
  * fstat() */
 #define INPUT_FSTAT_NB_READS            16




More information about the vlc-devel mailing list