Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dgetpt.c55 static smallint _state; in __posix_openpt() local
60 if (!(_state & have_no_dev_ptmx)) in __posix_openpt()
75 (_state & devpts_mounted) || in __posix_openpt()
84 _state |= devpts_mounted; in __posix_openpt()
93 _state |= have_no_dev_ptmx; in __posix_openpt()
101 _state |= have_no_dev_ptmx; in __posix_openpt()
109 if (_state & have_no_dev_ptmx) in __posix_openpt()
/l4re-core-master/ned/server/src/
A Dapp_task.h46 State _state; variable
51 State state() const { return _state; } in state()
57 _state = Running; in running()
A Dapp_task.cc47 _state = Zombie; in op_signal()
77 _state(Initializing), _observer(0) in App_task()

Completed in 4 milliseconds