Home
last modified time | relevance | path

Searched refs:ThreadSafe (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/lockfree/detail/
Dfreelist.hpp72 template <bool ThreadSafe>
78 deallocate<ThreadSafe>(node); in reserve()
82 template <bool ThreadSafe, bool Bounded>
85 T * node = allocate<ThreadSafe, Bounded>(); in construct()
91 template <bool ThreadSafe, bool Bounded, typename ArgumentType>
94 T * node = allocate<ThreadSafe, Bounded>(); in construct()
100 template <bool ThreadSafe, bool Bounded, typename ArgumentType1, typename ArgumentType2>
103 T * node = allocate<ThreadSafe, Bounded>(); in construct()
109 template <bool ThreadSafe>
114 deallocate<ThreadSafe>(n); in destruct()
[all …]
/third_party/mesa3d/src/mapi/
Du_current.c116 static int ThreadSafe; variable
157 if (ThreadSafe) in u_current_init()
168 ThreadSafe = 1; in u_current_init()
200 u_current_context = (ThreadSafe) ? NULL : (void *) ptr; in u_current_set_context()
215 if (ThreadSafe) in u_current_get_context_internal()
243 u_current_table = (ThreadSafe) ? NULL : (void *) tbl; in u_current_set_table()
256 if (ThreadSafe) in u_current_get_table_internal()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_abort_sniffer.h122 virtual bool ThreadSafe () const in ThreadSafe() function