Results of 1 - 1 of about 1 for attrp (0.001 sec.)
- Man page of PTHREAD_GETATTR_NP 9414
- PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page
...
es_from_cl(int argc, char *argv[], pthread_attr_t *attrp) { int s, opt, allocate_stack; size_t stack_size, ...
guard_size; void *stack_addr; pthread_attr_t *ret_attrp = NULL; /* Set to attrp if we initialize a thread ...
\n"); if (stack_size >= 0 || guard_size > 0) { ret_attrp = attrp; s = pthread_attr_init(attrp); if (s != 0) ...
(!allocate_stack) { s = pthread_attr_setstacksize(attrp, stack_size); if (s != 0) handle_error_en(s, "pthr ...
-
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html
- [similar]
PREV
1
NEXT