Home
last modified time | relevance | path

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

/openbsd/include/
H A Dtib.h142 int tib_cancel_point; member
187 int tib_cancel_point; member
215 (tib)->tib_cancel_point = 0; \
/openbsd/lib/libc/include/
H A Dcancel.h44 (tib)->tib_cancel_point = (delay) ? \
55 (tib)->tib_cancel_point = 0; \
/openbsd/lib/librthread/
H A Drthread.c120 if (tib->tib_cancel_point & CANCEL_POINT_DELAYED) { in sigthr_handler()
129 if (tib->tib_cancel_point || in sigthr_handler()