Home
last modified time | relevance | path

Searched refs:attrp (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/samples/net/sockets/socketpair/src/
Dsocketpair_example.c120 pthread_attr_t *attrp = NULL; local
134 attrp = &attr[i];
135 r = pthread_attr_init(attrp);
141 r = pthread_attr_setstack(attrp, &stack[i], STACK_SIZE);
148 r = pthread_create(&ctx[i].thread, attrp, fun, &ctx[i]);