Searched defs:is_thread_local (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libauto-186/
H A DBlockRef.h52 inline bool is_thread_local() const { return subzone()->is_thread_local(q()); } function in class:Auto::SubzoneBlockRef
91 inline bool is_thread_local() const { return false; } function in class:Auto::LargeBlockRef
H A Dauto_zone.h666 void (^visit_node)(const void *address, size_t size, auto_memory_type_t type, uint32_t refcount, boolean_t is_thread_local); member in struct:__anon9461
H A DSubzone.h504 inline bool is_thread_local(usword_t q) const { return (_side_data[q] & (start_bit|alloc_local_bit|global_bit)) == (start_bit|alloc_local_bit); } function in class:Auto::Subzone
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli1271 val is_thread_local : llvalue -> bool var

Completed in 110 milliseconds