OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
145
CRYPTO_RWLOCK *
atomic_lock
;
member in struct:ht_internal_st
182
new->
atomic_lock
= CRYPTO_THREAD_lock_new();
183
if (new->
atomic_lock
== NULL)
225
CRYPTO_THREAD_lock_free(new->
atomic_lock
);
327
CRYPTO_THREAD_lock_free(h->
atomic_lock
);
554
&ihash, h->
atomic_lock
))
563
hash, h->
atomic_lock
))
584
hash, h->
atomic_lock
))
687
&ehash, h->
atomic_lock
))
732
0, h->
atomic_lock
))
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
zone.c
258
isc_mutex_t
atomic_lock
;
member in struct:dns_zone
537
isc_mutex_lock(&(z)->
atomic_lock
); \
539
isc_mutex_unlock(&(z)->
atomic_lock
); \
544
isc_mutex_lock(&(z)->
atomic_lock
); \
546
isc_mutex_unlock(&(z)->
atomic_lock
); \
551
isc_mutex_lock(&(z)->
atomic_lock
); \
553
isc_mutex_unlock(&(z)->
atomic_lock
); \
1219
isc_mutex_init(&zone->
atomic_lock
);
1430
isc_mutex_destroy(&zone->
atomic_lock
);
Completed in 42 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026