OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:condvar
(Results
1 - 25
of
305
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/crypto/external/apache2/openssl/dist/crypto/thread/
arch.c
29
if ((handle->
condvar
= ossl_crypto_condvar_new()) == NULL)
40
ossl_crypto_condvar_free(&handle->
condvar
);
57
ossl_crypto_condvar_wait(thread->
condvar
, thread->statelock);
65
ossl_crypto_condvar_wait(thread->
condvar
, thread->statelock);
86
ossl_crypto_condvar_signal(thread->
condvar
);
100
ossl_crypto_condvar_signal(thread->
condvar
);
126
ossl_crypto_condvar_free(&handle->
condvar
);
/src/external/mit/libuv/dist/test/
test-mutexes.c
28
static uv_cond_t
condvar
;
variable
93
uv_cond_signal(&
condvar
);
103
for (current = step; current == step; uv_cond_wait(&
condvar
, &mutex));
142
ASSERT_OK(uv_cond_init(&
condvar
));
179
uv_cond_destroy(&
condvar
);
/src/sys/dev/pad/
padvar.h
35
#include <sys/
condvar
.h>
/src/sys/external/bsd/common/include/linux/
srcu.h
36
#include <sys/
condvar
.h>
/src/sys/sys/
callback.h
34
#include <sys/
condvar
.h>
threadpool.h
42
#include <sys/
condvar
.h>
ksem.h
40
#include <sys/
condvar
.h>
lua.h
41
#include <sys/
condvar
.h>
mqueue.h
48
#include <sys/
condvar
.h>
/src/sys/arch/arm/xscale/
pxa2x0_mci.h
34
#include <sys/
condvar
.h>
/src/sys/dev/i2c/
gttwsivar.h
72
#include <sys/
condvar
.h>
/src/sys/net/
if_tun.h
28
#include <sys/
condvar
.h>
/src/sys/nfs/
nfsrvcache.h
42
#include <sys/
condvar
.h>
/src/external/cddl/osnet/sys/sys/
kcondvar.h
35
#include_next <sys/
condvar
.h>
/src/external/bsd/libevent/dist/
evthread-internal.h
154
/** Allocate a new condition variable and store it in the void *,
condvar
*/
155
#define EVTHREAD_ALLOC_COND(
condvar
) \
157
(
condvar
) = evthread_cond_fns_.alloc_condition ? \
160
/** Deallocate and free a condition variable in
condvar
*/
277
/** Allocate a new condition variable and store it in the void *,
condvar
*/
278
#define EVTHREAD_ALLOC_COND(
condvar
) \
280
(
condvar
) = evthreadimpl_cond_alloc_(0); \
282
/** Deallocate and free a condition variable in
condvar
*/
327
#define EVTHREAD_ALLOC_COND(
condvar
) EVUTIL_NIL_STMT_
/src/external/bsd/ntp/dist/sntp/libevent/
evthread-internal.h
154
/** Allocate a new condition variable and store it in the void *,
condvar
*/
155
#define EVTHREAD_ALLOC_COND(
condvar
) \
157
(
condvar
) = evthread_cond_fns_.alloc_condition ? \
160
/** Deallocate and free a condition variable in
condvar
*/
277
/** Allocate a new condition variable and store it in the void *,
condvar
*/
278
#define EVTHREAD_ALLOC_COND(
condvar
) \
280
(
condvar
) = evthreadimpl_cond_alloc_(0); \
282
/** Deallocate and free a condition variable in
condvar
*/
327
#define EVTHREAD_ALLOC_COND(
condvar
) EVUTIL_NIL_STMT_
/src/sys/dev/ata/
wdvar.h
37
#include <sys/
condvar
.h>
/src/sys/dev/
ccdvar.h
78
#include <sys/
condvar
.h>
/src/sys/dev/ic/
cissvar.h
22
#include <sys/
condvar
.h>
/src/sys/dev/isa/
fdcvar.h
67
#include <sys/
condvar
.h>
/src/sys/external/bsd/drm2/include/drm/
task_barrier.h
32
#include <sys/
condvar
.h>
/src/sys/external/bsd/drm2/include/linux/
ww_mutex.h
36
#include <sys/
condvar
.h>
/src/sys/kern/
kern_module_hook.c
39
#include <sys/
condvar
.h>
subr_once.c
35
#include <sys/
condvar
.h>
/src/tests/rump/kernspace/
busypage.c
36
#include <sys/
condvar
.h>
Completed in 24 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sun May 17 00:24:36 UTC 2026