Home
last modified time | relevance | path

Searched refs:set_lock (Results 1 – 8 of 8) sorted by relevance

/external/libcxxabi/src/
Dcxa_guard.cpp88 set_lock(uint64_t& x, lock_type y) in set_lock() function
104 set_lock(uint64_t& x, lock_type y) in set_lock() function
128 inline void set_lock(uint64_t& x, lock_type y) in set_lock() function
151 inline void set_lock(uint32_t& x, lock_type y) in set_lock() function
207 set_lock(*guard_object, id); in __cxa_guard_acquire()
210 set_lock(*guard_object, id); in __cxa_guard_acquire()
217 set_lock(*guard_object, true); in __cxa_guard_acquire()
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dstats_ops.cc153 mutex* set_lock, int32 start, int32 end, in UpdateStats() argument
190 set_lock->lock(); in UpdateStats()
192 set_lock->unlock(); in UpdateStats()
204 mutex* set_lock, int32 start, int32 end, in UpdateStatsCollated() argument
216 set_lock->lock(); in UpdateStatsCollated()
218 set_lock->unlock(); in UpdateStatsCollated()
302 mutex set_lock; in Compute() local
311 fertile_stats_resource, &locks, &set_lock, &ready_to_split, in Compute()
316 leaf_ids_tensor, &locks, &set_lock, static_cast<int32>(start), in Compute()
321 tree_resource, &leaf_examples, &set_lock, in Compute()
[all …]
/external/nos/host/android/hals/oemlock/
DOemLock.cpp87 request.set_lock(LockIndex::CARRIER); in isOemUnlockAllowedByCarrier()
122 request.set_lock(LockIndex::DEVICE); in isOemUnlockAllowedByDevice()
/external/nos/host/android/hals/oemlock/test/
Dtest.cpp165 request.set_lock(LockIndex::CARRIER); in TEST()
262 request.set_lock(LockIndex::DEVICE); in TEST()
/external/python/cpython2/Modules/_ctypes/
Dlibffi.diff175 set_lock(m, locked);
184 set_lock(m, locked);
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2137 #define set_lock(M,L)\ macro
4506 set_lock(m, locked); in create_mspace()
4521 set_lock(m, locked); in create_mspace_with_base()
/external/libffi/src/
Ddlmalloc.c2132 #define set_lock(M,L)\ macro
4501 set_lock(m, locked); in create_mspace()
4516 set_lock(m, locked); in create_mspace_with_base()
/external/dlmalloc/
Dmalloc.c2663 #define set_lock(M,L)\ macro
5473 set_lock(m, locked); in create_mspace()
5488 set_lock(m, locked); in create_mspace_with_base()