Skip to content

Instantly share code, notes, and snippets.

@cdcs
Created September 13, 2013 11:02
Show Gist options
  • Save cdcs/6549286 to your computer and use it in GitHub Desktop.
Save cdcs/6549286 to your computer and use it in GitHub Desktop.
'#else /* !defined(__XMK__) */
typedef struct {
int is_initialized;
void *stackaddr;
int stacksize;
int contentionscope;
int inheritsched;
int schedpolicy;
struct sched_param schedparam;
#endif /* !defined(__XMK__) */
/* P1003.4b/D8, p. 54 adds cputime_clock_allowed attribute. */ #if defined(_POSIX_THREAD_CPUTIME)
int cputime_clock_allowed; /* see time.h */ #endif
int detachstate;
} pthread_attr_t;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment