Home
last modified time | relevance | path

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

/kernel/liteos_a/compat/posix/src/
Dpthread.c628 int pthread_setcanceltype(int type, int *oldType) in pthread_setcanceltype() argument
643 if (oldType != NULL) { in pthread_setcanceltype()
644 *oldType = self->canceltype; in pthread_setcanceltype()
/kernel/liteos_m/kal/posix/src/
Dpthread.c334 int pthread_setcanceltype(int type, int *oldType) in pthread_setcanceltype() argument
358 if (oldType != NULL) { in pthread_setcanceltype()
359 *oldType = pthreadData->cancelType; in pthread_setcanceltype()