Searched refs:FDELETE (Results 1 – 2 of 2) sorted by relevance
787 if ((tp->flag & (FDELETE|FINUSE)) == FDELETE) { in comexec()1071 tp->flag |= FDELETE; in define()
1538 #define FDELETE BIT(10) /* function deleted while it was executing */ macro