Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c282 #define SYNC_LOCK_TEST_AND_SET(n, type) type CLANG_ATOMIC_SUFFIX(__sync_lock_test_and_set_ ## n) … macro
420 SYNC_LOCK_TEST_AND_SET(1, unsigned char)
421 SYNC_LOCK_TEST_AND_SET(2, short unsigned int)
422 SYNC_LOCK_TEST_AND_SET(4, unsigned int)
511 SYNC_LOCK_TEST_AND_SET(8, long long unsigned int)