HomeSort by: relevance | last modified time | path
    Searched defs:atf_sync_rel (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/atomic/
t___sync_lock.c 133 #define atf_sync_rel(NAME, TYPE, FMT) \ macro
150 atf_sync_rel(__sync_lock_release_1, uint8_t, PRIx8);
151 atf_sync_rel(__sync_lock_release_2, uint16_t, PRIx16);
152 atf_sync_rel(__sync_lock_release_4, uint32_t, PRIx32);
154 atf_sync_rel(__sync_lock_release_8, uint64_t, PRIx64);
t___sync_lock.c 133 #define atf_sync_rel(NAME, TYPE, FMT) \ macro
150 atf_sync_rel(__sync_lock_release_1, uint8_t, PRIx8);
151 atf_sync_rel(__sync_lock_release_2, uint16_t, PRIx16);
152 atf_sync_rel(__sync_lock_release_4, uint32_t, PRIx32);
154 atf_sync_rel(__sync_lock_release_8, uint64_t, PRIx64);
t___sync_lock.c 133 #define atf_sync_rel(NAME, TYPE, FMT) \ macro
150 atf_sync_rel(__sync_lock_release_1, uint8_t, PRIx8);
151 atf_sync_rel(__sync_lock_release_2, uint16_t, PRIx16);
152 atf_sync_rel(__sync_lock_release_4, uint32_t, PRIx32);
154 atf_sync_rel(__sync_lock_release_8, uint64_t, PRIx64);

Completed in 105 milliseconds