Searched refs:num_threads_allocated (Results 1 – 1 of 1) sorted by relevance
104 gpr_atm num_threads_allocated; member164 int num_threads_allocated; member577 &resource_user->num_threads_allocated))); in ru_destroy()655 resource_quota->num_threads_allocated = 0; in grpc_resource_quota_create()678 GPR_ASSERT(resource_quota->num_threads_allocated == 0); in grpc_resource_quota_unref_internal()798 gpr_atm_no_barrier_store(&resource_user->num_threads_allocated, 0); in grpc_resource_user_create()858 if (rq->num_threads_allocated + thread_count <= rq->max_threads) { in grpc_resource_user_allocate_threads()859 rq->num_threads_allocated += thread_count; in grpc_resource_user_allocate_threads()860 gpr_atm_no_barrier_fetch_add(&resource_user->num_threads_allocated, in grpc_resource_user_allocate_threads()873 rq->num_threads_allocated -= thread_count; in grpc_resource_user_free_threads()[all …]