Home
last modified time | relevance | path

Searched refs:GPR_HASH_POINTER (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.cc108 size_t i = GPR_HASH_POINTER(t, NUM_HASH_BUCKETS); in is_in_ht()
122 size_t i = GPR_HASH_POINTER(t, NUM_HASH_BUCKETS); in add_to_ht()
147 size_t i = GPR_HASH_POINTER(t, NUM_HASH_BUCKETS); in remove_from_ht()
356 timer_shard* shard = &g_shards[GPR_HASH_POINTER(timer, g_num_shards)]; in timer_init()
464 timer_shard* shard = &g_shards[GPR_HASH_POINTER(timer, g_num_shards)]; in timer_cancel()
Dexecutor.cc225 ts = &thd_state_[GPR_HASH_POINTER(grpc_core::ExecCtx::Get(), in Enqueue()
/external/grpc-grpc/src/core/lib/gpr/
Dcpu_posix.cc78 return (unsigned)GPR_HASH_POINTER(thread_id, gpr_cpu_num_cores()); in gpr_cpu_current_cpu()
Duseful.h62 #define GPR_HASH_POINTER(x, range) \ macro