Home
last modified time | relevance | path

Searched refs:stackloan (Results 1 – 4 of 4) sorted by relevance

/dports/devel/pth/pth-2.0.7/
H A Dpth_tcb.c63 int stackloan; /* stack type */ member
114 t->stackloan = (stackaddr != NULL ? TRUE : FALSE); in pth_tcb_alloc()
141 if (t->stack != NULL && !t->stackloan) in pth_tcb_free()
/dports/devel/pth-hard/pth-2.0.7/
H A Dpth_tcb.c63 int stackloan; /* stack type */ member
114 t->stackloan = (stackaddr != NULL ? TRUE : FALSE); in pth_tcb_alloc()
141 if (t->stack != NULL && !t->stackloan) in pth_tcb_free()
/dports/devel/pthsem/pthsem-2.0.8/
H A Dpth_tcb.c63 int stackloan; /* stack type */ member
122 t->stackloan = (stackaddr != NULL ? TRUE : FALSE); in pth_tcb_alloc()
152 if (t->stack != NULL && !t->stackloan) { in pth_tcb_free()
H A Dpth-valgrind.patch78 - if (t->stack != NULL && !t->stackloan)
79 + if (t->stack != NULL && !t->stackloan) {