Home
last modified time | relevance | path

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

/third_party/toybox/generated/
Dtags.h58 #define _PS_TID (1<<16) macro
/third_party/toybox/toys/posix/
Dps.c1360 (FLAG(T) || (TT.bits&(_PS_TID|_PS_TCNT))) in ps_main()
1495 (FLAG(H) || (TT.bits&(_PS_TID|_PS_TCNT))) ? get_threads : get_ps); in top_common()
1520 int merge_idx = (FLAG(H) || (TT.bits&(_PS_TID|_PS_TCNT))) ? SLOT_tid : SLOT_pid; in top_common()
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c1352 (FLAG(H) || (TT.bits&(_PS_TID|_PS_TCNT))) ? get_threads : get_ps); in top_common()