Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
e41df03b
Commit
e41df03b
authored
10 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Expanded comment
parent
66d8bd8b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/iomgr/pollset_posix.h
+3
-1
3 additions, 1 deletion
src/core/iomgr/pollset_posix.h
with
3 additions
and
1 deletion
src/core/iomgr/pollset_posix.h
+
3
−
1
View file @
e41df03b
...
@@ -79,7 +79,9 @@ void grpc_pollset_add_fd(grpc_pollset *pollset, struct grpc_fd *fd);
...
@@ -79,7 +79,9 @@ void grpc_pollset_add_fd(grpc_pollset *pollset, struct grpc_fd *fd);
void
grpc_pollset_del_fd
(
grpc_pollset
*
pollset
,
struct
grpc_fd
*
fd
);
void
grpc_pollset_del_fd
(
grpc_pollset
*
pollset
,
struct
grpc_fd
*
fd
);
/* Force any current pollers to break polling: it's the callers responsibility
/* Force any current pollers to break polling: it's the callers responsibility
to ensure that the pollset indeed needs to be kicked.
to ensure that the pollset indeed needs to be kicked - no verification that
the pollset is actually performing polling work is done. At worst this will
result in spurious wakeups if performed at the wrong moment.
Does not touch pollset->mu. */
Does not touch pollset->mu. */
void
grpc_pollset_force_kick
(
grpc_pollset
*
pollset
);
void
grpc_pollset_force_kick
(
grpc_pollset
*
pollset
);
/* Returns the fd to listen on for kicks */
/* Returns the fd to listen on for kicks */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment