Home
last modified time | relevance | path

Searched defs:pthread_cancel (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/utils/
Dsys.h58 typedef int (*pthread_cancel)(pthread_t thread); typedef
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dthreading.h35 #define pthread_cancel(thread) terminate_thread(thread,0) macro