Searched refs:TDP_FORKING (Results 1 – 7 of 7) sorted by relevance
131 if ((td->td_pflags & TDP_FORKING) != 0) { in cloudabi64_schedtail()
148 if ((td->td_pflags & TDP_FORKING) != 0) { in cloudabi32_schedtail()
139 if ((td->td_pflags & TDP_FORKING) != 0) { in cloudabi32_schedtail()
169 if ((td->td_pflags & TDP_FORKING) != 0) { in cloudabi32_schedtail()
218 KASSERT((td->td_pflags & TDP_FORKING) == 0, in syscallret()
586 TDP_SIGFASTBLOCK)) | TDP_FORKING; in do_fork()1084 td->td_pflags &= ~TDP_FORKING; in fork_exit()
520 #define TDP_FORKING 0x20000000 /* Thread is being created through fork() */ macro