ESP-IDF
SYNC_LOCK_RELEASE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SYNC_LOCK_RELEASE
SYNC_LOCK_RELEASE macro
Syntax
Show:
Summary
Declaration
from
esp_stdatomic.h:264
#define
SYNC_LOCK_RELEASE
(
n
,
type
)
\
void
CLANG_ATOMIC_SUFFIX
(
__sync_lock_release_
##
n
)
(
volatile
void
*
ptr
)
\
{
\
_ATOMIC_HW_STUB_SYNC_LOCK_RELEASE
(
n
,
type
)
;
\
_ATOMIC_ENTER_CRITICAL
(
)
;
\
*
(
volatile
type
*
)
ptr
=
0
;
\
_ATOMIC_EXIT_CRITICAL
(
)
;
\
}
\
CLANG_DECLARE_ALIAS
(
__sync_lock_release_
##
n
)
Arguments
Argument
n
type
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out