OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_sodium_lock_initialized
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
core.c
73
static volatile LONG
_sodium_lock_initialized
;
variable in typeref:typename:volatile LONG
80
while ((status = InterlockedCompareExchange(&
_sodium_lock_initialized
,
88
return InterlockedExchange(&
_sodium_lock_initialized
, 2L) == 1L ? 0 : -1;
core.c
73
static volatile LONG
_sodium_lock_initialized
;
variable in typeref:typename:volatile LONG
80
while ((status = InterlockedCompareExchange(&
_sodium_lock_initialized
,
88
return InterlockedExchange(&
_sodium_lock_initialized
, 2L) == 1L ? 0 : -1;
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025