OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipeStr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/third_party/nss/ssl/
sslmutex.c
104
pMutex->u.
pipeStr
.mPipes[0] = -1;
105
pMutex->u.
pipeStr
.mPipes[1] = -1;
106
pMutex->u.
pipeStr
.mPipes[2] = -1;
107
pMutex->u.
pipeStr
.nWaiters = 0;
109
err = pipe(pMutex->u.
pipeStr
.mPipes);
115
err = setNonBlocking(pMutex->u.
pipeStr
.mPipes[1], 1);
120
pMutex->u.
pipeStr
.mPipes[2] = SSL_MUTEX_MAGIC;
132
close(pMutex->u.
pipeStr
.mPipes[0]);
133
close(pMutex->u.
pipeStr
.mPipes[1]);
143
if (pMutex->u.
pipeStr
.mPipes[2] != SSL_MUTEX_MAGIC)
[
all
...]
sslmutex.h
65
}
pipeStr
;
Completed in 31 milliseconds