summaryrefslogtreecommitdiff
path: root/src/xine-engine/utils.h
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-09-06 13:29:18 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-09-06 13:29:18 +0000
commitde083845d3b359644125ab6201957d0ca04f6b42 (patch)
treec54c3207038dc82a14b389f5a82d64a96a538b4d /src/xine-engine/utils.h
parent0f3c6d852c68466a6d5a5e0ad06f9302da2de9e6 (diff)
downloadxine-lib-de083845d3b359644125ab6201957d0ca04f6b42.tar.gz
xine-lib-de083845d3b359644125ab6201957d0ca04f6b42.tar.bz2
Add xine_usec_sleep, a thread safe "sleep" with usec resolution
CVS patchset: 575 CVS date: 2001/09/06 13:29:18
Diffstat (limited to 'src/xine-engine/utils.h')
-rw-r--r--src/xine-engine/utils.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xine-engine/utils.h b/src/xine-engine/utils.h
index f45a41dc6..ddc130871 100644
--- a/src/xine-engine/utils.h
+++ b/src/xine-engine/utils.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: utils.h,v 1.2 2001/07/18 21:38:17 f1rmb Exp $
+ * $Id: utils.h,v 1.3 2001/09/06 13:29:18 jkeil Exp $
*
*/
#ifndef HAVE_UTILS_H
@@ -40,6 +40,11 @@ const char *get_homedir(void);
char *chomp (char *str);
+/*
+ * A thread-safe usecond sleep
+ */
+void xine_usec_sleep(unsigned usec);
+
#ifdef __cplusplus
}
#endif