Home
last modified time | relevance | path

Searched refs:THR_CLEANUP_PUSH (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_join.c103 THR_CLEANUP_PUSH(curthread, backout_join, pthread); in join_common()
H A Dthr_cond.c284 THR_CLEANUP_PUSH(curthread, cond_cancel_handler, &info); in cond_wait_common()
H A Dthr_private.h206 #define THR_CLEANUP_PUSH(td, func, arg) { \ macro