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

  /src/common/lib/libc/atomic/
atomic_is_lock_free.c 37 * XXX Work around clang's built-in __atomic_is_lock_free by having the
42 __RENAME(__atomic_is_lock_free);
43 #define __atomic_is_lock_free __atomic_is_lock_free_hack macro
46 __atomic_is_lock_free(size_t n, const volatile void *p __unused) function in typeref:typename:bool
atomic_is_lock_free.c 37 * XXX Work around clang's built-in __atomic_is_lock_free by having the
42 __RENAME(__atomic_is_lock_free);
43 #define __atomic_is_lock_free __atomic_is_lock_free_hack macro
46 __atomic_is_lock_free(size_t n, const volatile void *p __unused) function in typeref:typename:bool

Completed in 22 milliseconds