Searched refs:__builtin_expect (Results 1 – 4 of 4) sorted by relevance
59 while (__builtin_expect(!*lock, 0)) { // read from bootlock register (tries to acquire the lock) in boot_lock_unsafe_blocking()
67 #define __builtin_expect(x, y) (x) macro
61 if (__builtin_expect(next_heap_end > (&__StackLimit), false)) { in _sbrk()
265 while (__builtin_expect(!*lock, 0)) { // read from spinlock register (tries to acquire the lock) in spin_lock_unsafe_blocking()