HomeSort by relevance Sort by last modified time
    Searched full:old_inuse (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
exec.c 689 volatile uint32_t old_inuse; local
746 old_inuse = tp->flag & FINUSE;
756 tp->flag = (tp->flag & ~FINUSE) | old_inuse;
    [all...]

Completed in 81 milliseconds