Lines Matching full:initialisation
29 * guard.cc: Functions for thread-safe static initialisation.
37 * Statics that require initialisation are protected by a 64-bit value. Any
68 * another bit to indicate that it's currently locked (initialisation in
87 * The lock is not held but is not needed because initialisation is
93 * Initialisation is not done but the lock is held by the caller.
161 // initialised, return that initialisation is done and skip further in try_lock()
225 // If we succeeded, check if initialisation has happened. In in try_lock()
233 // the lock and notify the caller that initialisation is in try_lock()
335 // indicating that initialisation is not required. in __cxa_guard_acquire()
339 // initialisation. in __cxa_guard_acquire()
361 * called after successful initialisation of a static.