Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Linux_util.cpp460 int status, old_type, old_state; in __kmp_launch_worker() local
493 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_worker()
541 int status, old_type, old_state; in __kmp_launch_monitor() local
570 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_monitor()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp853 uint32_t old_type = in CreateWatchpoint() local
857 if (size == old_size && kind == old_type) { in CreateWatchpoint()