Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dposix_internal.h40 bool canceltype: 1; member
Dpthread.c738 cancel_type = t->attr.canceltype; in pthread_setcancelstate()
774 *oldtype = t->attr.canceltype; in pthread_setcanceltype()
776 t->attr.canceltype = type; in pthread_setcanceltype()
841 cancel_type = t->attr.canceltype; in pthread_cancel()