Subversion Repositories Kolibri OS

Rev

Rev 6536 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6536 Rev 6666
Line 172... Line 172...
172
int _EXFUN(clock_gettime, (clockid_t clock_id, struct timespec *tp));
172
int _EXFUN(clock_gettime, (clockid_t clock_id, struct timespec *tp));
173
int _EXFUN(clock_getres,  (clockid_t clock_id, struct timespec *res));
173
int _EXFUN(clock_getres,  (clockid_t clock_id, struct timespec *res));
Line 174... Line 174...
174
 
174
 
Line 175... Line 175...
175
/* Create a Per-Process Timer, P1003.1b-1993, p. 264 */
175
/* Create a Per-Process Timer, P1003.1b-1993, p. 264 */
176
 
176
 
177
int _EXFUN(timer_create,
177
//int _EXFUN(timer_create,
178
  	(clockid_t clock_id,
178
//  	(clockid_t clock_id,
Line 179... Line 179...
179
 	struct sigevent *__restrict evp,
179
// 	struct sigevent *__restrict evp,
Line 180... Line 180...
180
	timer_t *__restrict timerid));
180
//	timer_t *__restrict timerid));