Home
last modified time | relevance | path

Searched refs:ptb (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c839 struct procpid *ptb = 0; in get_ps() local
844 ptb = (void *)TT.threadparent->extra; in get_ps()
846 if (j==3 && !ptb) len = readlinkat0(fd, buf, buf, len); in get_ps()
848 if (j==3) i = strlen(s = ptb->str+ptb->offset[3]); in get_ps()
850 if (!ptb || slot[SLOT_argv0len]) ptb = tb; in get_ps()
851 i = ptb->slot[SLOT_argv0len]; in get_ps()
852 s = ptb->str+ptb in get_ps()
[all...]
/third_party/toybox/toys/posix/
H A Dps.c882 struct procpid *ptb = 0; in get_ps() local
887 ptb = (void *)TT.threadparent->extra; in get_ps()
889 if (j==3 && !ptb) len = readlinkat0(fd, buf, buf, len); in get_ps()
891 if (j==3) i = strlen(s = ptb->str+ptb->offset[3]); in get_ps()
893 if (!ptb || slot[SLOT_argv0len]) ptb = tb; in get_ps()
894 i = ptb->slot[SLOT_argv0len]; in get_ps()
895 s = ptb->str+ptb in get_ps()
[all...]

Completed in 4 milliseconds