Searched refs:value_func (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Doc/includes/ |
D | mp_synchronize.py | 16 def value_func(running, mutex): function 31 p = multiprocessing.Process(target=value_func, args=(running, mutex))
|
/external/v8/src/base/ |
D | hashmap.h | 64 Entry* LookupOrInsert(const Key& key, uint32_t hash, const Func& value_func, 181 const Key& key, uint32_t hash, const Func& value_func, in LookupOrInsert() argument 189 return FillEmptyEntry(entry, key, value_func(), hash, allocator); in LookupOrInsert()
|