Home
last modified time | relevance | path

Searched refs:pthread_cancel (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/utils/
Dsys.cpp55 Sys::pthread_cancel Sys::pthread_cancel_ = PthreadCancel;
81 Sys::pthread_cancel Sys::pthread_cancel_ = ::pthread_cancel;
/hardware/qcom/display/msm8996/sdm/include/utils/
Dsys.h47 typedef int (*pthread_cancel)(pthread_t thread); typedef
59 static pthread_cancel pthread_cancel_;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dthreading.h35 #define pthread_cancel(thread) terminate_thread(thread,0) macro
57 #define pthread_cancel(thread) DosKillThread(thread)
/hardware/bsp/intel/peripheral/libmraa/src/gpio/
Dgpio.c503 if ((pthread_cancel(dev->thread_id) != 0) || (pthread_join(dev->thread_id, NULL) != 0)) { in mraa_gpio_isr_exit()