Home
last modified time | relevance | path

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

/components/libc/posix/pthreads/
A Dpthread.c1362 int pthread_setcanceltype(int type, int *oldtype) in pthread_setcanceltype() argument
1375 if (oldtype) in pthread_setcanceltype()
1376 *oldtype = ptd->canceltype; in pthread_setcanceltype()
A Dpthread.h200 int pthread_setcanceltype(int type, int *oldtype);

Completed in 5 milliseconds