OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_lock
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/
atomic.c
37
static gomp_mutex_t
atomic_lock
;
variable
42
gomp_mutex_lock (&
atomic_lock
);
48
gomp_mutex_unlock (&
atomic_lock
);
55
gomp_mutex_init (&
atomic_lock
);
/src/external/gpl3/gcc.old/dist/libgomp/
atomic.c
37
static gomp_mutex_t
atomic_lock
;
variable
42
gomp_mutex_lock (&
atomic_lock
);
48
gomp_mutex_unlock (&
atomic_lock
);
55
gomp_mutex_init (&
atomic_lock
);
/src/crypto/external/apache2/openssl/dist/crypto/hashtable/
hashtable.c
147
CRYPTO_RWLOCK *
atomic_lock
;
member in struct:ht_internal_st
184
new->
atomic_lock
= CRYPTO_THREAD_lock_new();
185
if (new->
atomic_lock
== NULL)
227
CRYPTO_THREAD_lock_free(new->
atomic_lock
);
340
CRYPTO_THREAD_lock_free(h->
atomic_lock
);
581
&ihash, h->
atomic_lock
))
593
hash, h->
atomic_lock
))
614
hash, h->
atomic_lock
))
717
&ehash, h->
atomic_lock
))
765
0, h->
atomic_lock
))
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
zone.c
259
isc_mutex_t
atomic_lock
;
member in struct:dns_zone
538
isc_mutex_lock(&(z)->
atomic_lock
); \
540
isc_mutex_unlock(&(z)->
atomic_lock
); \
545
isc_mutex_lock(&(z)->
atomic_lock
); \
547
isc_mutex_unlock(&(z)->
atomic_lock
); \
552
isc_mutex_lock(&(z)->
atomic_lock
); \
554
isc_mutex_unlock(&(z)->
atomic_lock
); \
1218
isc_mutex_init(&zone->
atomic_lock
);
1429
isc_mutex_destroy(&zone->
atomic_lock
);
Completed in 62 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026