Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dsubprocess.cc312 int cstat; in WaitInternal() local
315 cpid = waitpid(pid, &cstat, 0); in WaitInternal()
318 } else if ((cpid == pid) && (WIFEXITED(cstat) || WIFSIGNALED(cstat))) { in WaitInternal()
319 *status = cstat; in WaitInternal()
/external/curl/lib/vtls/
Dgskit.c503 Qso_OverlappedIO_t cstat; in cancel_async_handshake() local
506 QsoWaitForIOCompletion(BACKEND->iocport, &cstat, (struct timeval *) NULL); in cancel_async_handshake()
928 Qso_OverlappedIO_t cstat; in gskit_connect_step2() local
940 switch(QsoWaitForIOCompletion(BACKEND->iocport, &cstat, &stmv)) { in gskit_connect_step2()
965 result = gskit_status(data, cstat.returnValue, "SSL handshake", in gskit_connect_step2()