Home
last modified time | relevance | path

Searched defs:tcb (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Ddefs.h212 struct tcb { struct
214 int pid; /* If 0, this tcb is free */ argument
215 int qual_flg; /* qual_flags[scno] or DEFAULT_QUAL_FLAGS + RAW */
216 unsigned long u_error; /* Error code */
217 kernel_ulong_t scno; /* System call number */
218 kernel_ulong_t u_arg[MAX_ARGS]; /* System call arguments */
219 kernel_long_t u_rval; /* Return value */
221 unsigned int currpers; /* Personality at the time of scno update */
223 int sys_func_rval; /* Syscall entry parser's return value */
224 int curcol; /* Output column for this process */
[all …]
Ddesc.c74 decode_select(struct tcb *const tcp, const kernel_ulong_t *const args, in decode_select()
Dwait.c120 void (*const print_rusage)(struct tcb *, kernel_ulong_t)) in printwaitn()
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h55 TX_THREAD& tcb() { return tcb_; } in tcb() function
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h117 StaticTask_t& tcb() { return tcb_; } in tcb() function
/external/libavc/common/
Dih264_deblk_edge_filters.c1673 WORD8 tcb, tcr; in ih264_deblk_chroma_vert_bslt4() local
1798 WORD8 tcb, tcr; in ih264_deblk_chroma_horz_bslt4() local
2024 WORD8 tcb, tcr; in ih264_deblk_chroma_vert_bslt4_mbaff() local
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dstrobemeta.h255 void* tcb; member
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp421 struct tls_tcb *tcb = nullptr; in ThreadSelfTlsTcb() local
/external/usrsctp/usrsctplib/netinet/
Dsctp_structs.h56 void *tcb; member