[go: up one dir, main page]

File: time_mono.h

package info (click to toggle)
autodir 0.99.8-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 1,920 kB
  • ctags: 775
  • sloc: sh: 8,544; ansic: 7,297; xml: 431; makefile: 104
file content (17 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef TIME_MONO_H
#define TIME_MONO_H

#include <time.h>

/*INITIALIZE*/
extern void time_mono_init(void);
/*INITIALIZE*/

time_t time_mono(void);
#if 0
struct timespec *mono_timespec(struct timespec *tp, time_t sec, long nsec);
#endif
struct timespec *thread_cond_timespec(struct timespec *, time_t);
void mono_nanosleep( long nsec );

#endif