Home
last modified time | relevance | path

Searched refs:atomic_char (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dstdatomic.h95 using std::atomic_char;
319 typedef _Atomic(char) atomic_char; typedef
/bionic/tests/
Dstdatomic_test.cpp67 atomic_char small; in TEST()