Displaying 2 results from an estimated 2 matches for "__clock_id".
2023 Nov 03
0
9.3p1 Daemon Rejects Client Connections on armv7l-dey-linux-gnueabihf w/ GCC 10/11/12
...s.
This function is a cancellation point and therefore not marked with
__THROW. */
extern int nanosleep (const struct timespec *__requested_time,
struct timespec *__remaining);
/* Get resolution of clock CLOCK_ID. */
extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW;
/* Get current value of clock CLOCK_ID and store it in TP. */
extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp)
__THROW __nonnull((2));
/* Set clock CLOCK_ID to value TP. */
extern int clock_settime (clockid_t __clo...
2010 May 20
3
Install eventmachine on Debian Lenny
...initializer before
‘__THROW’
/usr/include/pthread.h:1081: error: expected initializer before
‘__THROW’
/usr/include/pthread.h:1086: error: ‘pthread_t’ was not declared in this
scope
/usr/include/pthread.h:1087: error: expected primary-expression before
‘*’ token
/usr/include/pthread.h:1087: error: ‘__clock_id’ was not declared in
this scope
/usr/include/pthread.h:1087: error: initializer expression list treated
as compound expression
/usr/include/pthread.h:1088: error: expected ‘,’ or ‘;’ before ‘__THROW’
/usr/include/pthread.h:1105: error: expected initializer before
‘__THROW’
/usr/include/pthread.h:11...