Home
last modified time | relevance | path

Searched defs:proc_id (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/contrib/mpi/
Dmpi_utils.cc28 int proc_id = 0, number_of_procs = 1; in MPIUtils() local
56 int proc_id = 0, number_of_procs = 1, len = -1; in InitMPI() local
/external/u-boot/board/pb1x00/
Dpb1x00.c37 u32 proc_id; in checkboard() local
/external/libvpx/libvpx/vp8/common/generic/
Dsystemdependent.c70 ULONG proc_id; in get_cpu_count() local
/external/u-boot/board/qemu-mips/
Dqemu-mips.c26 u32 proc_id; in checkboard() local
/external/u-boot/board/dbau1x00/
Ddbau1x00.c38 u32 proc_id; in checkboard() local
/external/ltp/testcases/kernel/syscalls/getpid/
Dgetpid02.c85 pid_t proc_id; /* process id of the test process */ in main() local
/external/u-boot/arch/mips/mach-pic32/
Dcpu.c131 u32 proc_id; in get_core_name() local
/external/chromium-trace/catapult/devil/devil/android/
Dlogcat_monitor.py118 def FindAll(self, message_regex, proc_id=None, thread_id=None, log_level=None, argument
/external/ltp/testcases/kernel/sched/tool/
Dtrace_sched.c301 int proc_id[PIDS]; /* id of the processor last execed on. */ in main() local
/external/u-boot/arch/arm/mach-omap2/
Dsec-common.c60 u32 secure_rom_call(u32 service, u32 proc_id, u32 flag, ...) in secure_rom_call()