Home
last modified time | relevance | path

Searched refs:cstat (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/platform/posix/
Dsubprocess.cc298 int cstat; in WaitInternal() local
301 cpid = waitpid(pid, &cstat, 0); in WaitInternal()
304 } else if ((cpid == pid) && (WIFEXITED(cstat) || WIFSIGNALED(cstat))) { in WaitInternal()
305 *status = cstat; in WaitInternal()
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dsys_info.c22 struct ctrl_stat *cstat = (struct ctrl_stat *)CTRL_BASE; variable
57 return readl(&cstat->statusreg) & SYSBOOT_MASK; in get_sysboot_value()
Dddr.c121 writel(regs->sdram_config, &cstat->secure_emif_sdram_config); in config_sdram_emif4d5()
175 writel(regs->sdram_config, &cstat->secure_emif_sdram_config); in config_sdram()
/external/u-boot/arch/arm/include/asm/arch-am33xx/
Dsys_proto.h18 extern struct ctrl_stat *cstat;
/external/curl/lib/vtls/
Dgskit.c501 Qso_OverlappedIO_t cstat; in cancel_async_handshake() local
504 QsoWaitForIOCompletion(BACKEND->iocport, &cstat, (struct timeval *) NULL); in cancel_async_handshake()
1023 Qso_OverlappedIO_t cstat; in gskit_connect_step2() local
1036 switch(QsoWaitForIOCompletion(BACKEND->iocport, &cstat, &stmv)) { in gskit_connect_step2()
1061 result = gskit_status(data, cstat.returnValue, "SSL handshake", in gskit_connect_step2()
1163 Qso_OverlappedIO_t cstat; in gskit_connect_common() local