Home
last modified time | relevance | path

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

/kernel/liteos_a/compat/posix/src/
Dpthread.c657 STATIC UINT32 DoPthreadCancel(_pthread_data *data) in DoPthreadCancel() function
711 if (DoPthreadCancel(data) == LOS_NOK) { in pthread_cancel()
/kernel/liteos_m/kal/posix/src/
Dpthread.c397 STATIC UINT32 DoPthreadCancel(LosTaskCB *task) in DoPthreadCancel() function
438 if (DoPthreadCancel(tcb) == LOS_NOK) { in pthread_cancel()