Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c168 struct dirtree *threadparent;
680 |(DIRTREE_SAVE*(TT.threadparent||!TT.show_process)); in get_ps()
685 if (TT.threadparent && TT.threadparent->extra) { in get_ps()
686 struct procpid *tb2 = (struct procpid *)TT.threadparent->extra; in get_ps()
843 if (TT.threadparent && TT.threadparent->extra) in get_ps()
844 ptb = (void *)TT.threadparent->extra; in get_ps()
942 if (TT.show_process && !TT.threadparent) { in get_ps()
966 TT.threadparent = new; in get_threads()
969 TT.threadparent = 0; in get_threads()
980 TT.threadparent = 0; in get_threads()
/third_party/toybox/toys/posix/
Dps.c211 struct dirtree *threadparent;
723 |(DIRTREE_SAVE*(TT.threadparent||!TT.show_process)); in get_ps()
728 if (TT.threadparent && TT.threadparent->extra) { in get_ps()
729 struct procpid *tb2 = (struct procpid *)TT.threadparent->extra; in get_ps()
886 if (TT.threadparent && TT.threadparent->extra) in get_ps()
887 ptb = (void *)TT.threadparent->extra; in get_ps()
985 if (TT.show_process && !TT.threadparent) { in get_ps()
1009 TT.threadparent = new; in get_threads()
1012 TT.threadparent = 0; in get_threads()
1023 TT.threadparent = 0; in get_threads()
/third_party/toybox/generated/
Dglobals.h1327 struct dirtree *threadparent; member