Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dpthread.h440 int pthread_setcanceltype(int type, int *oldtype);
/Zephyr-latest/lib/posix/options/
Dpthread.c756 int pthread_setcanceltype(int type, int *oldtype) in pthread_setcanceltype() argument
773 if (oldtype != NULL) { in pthread_setcanceltype()
774 *oldtype = t->attr.canceltype; in pthread_setcanceltype()