Searched refs:PTHREAD_CANCEL_ASYNCHRONOUS (Results 1 – 8 of 8) sorted by relevance
117 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS in SDL_SYS_SetupThread()120 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in SDL_SYS_SetupThread()137 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS in SDL_SYS_KillThread()
91 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS in SDL_SYS_SetupThread()94 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in SDL_SYS_SetupThread()112 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS in SDL_SYS_KillThread()
89 && type != PTHREAD_CANCEL_ASYNCHRONOUS)) in pthread_setcanceltype()110 && type == PTHREAD_CANCEL_ASYNCHRONOUS in pthread_setcanceltype()
109 && sp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS in pthread_setcancelstate()
131 if (tp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS in pthread_cancel()
636 PTHREAD_CANCEL_ASYNCHRONOUS = 0, enumerator
18 if (pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL) != 0) in thread_main()
139 result = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in Construct()