Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
www
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fernando Ortiz
www
Commits
65d43542
Commit
65d43542
authored
Oct 29, 2000
by
Dan Egnor
Browse files
Options
Downloads
Patches
Plain Diff
typo
parent
8e4726ab
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
on_fd.html
+2
-2
2 additions, 2 deletions
on_fd.html
on_signal.html
+1
-1
1 addition, 1 deletion
on_signal.html
on_time.html
+1
-1
1 addition, 1 deletion
on_time.html
with
4 additions
and
4 deletions
on_fd.html
+
2
−
2
View file @
65d43542
...
@@ -30,7 +30,7 @@ void (*cancel_fd)(oop_source *source,int fd,oop_event event);
...
@@ -30,7 +30,7 @@ void (*cancel_fd)(oop_source *source,int fd,oop_event event);
<dt><b>
oop_source *source
</b>
<dt><b>
oop_source *source
</b>
<dd>
The event source to register or unregister the event sink with. This must
<dd>
The event source to register or unregister the event sink with. This must
be the same event source you got the function pointer from:
be the same event source you got the function pointer from:
"src-
>
on_fd(src,...);".
<p>
"src-
>
on_fd(src,...);".
<p>
<dt><b>
int fd
</b>
<dt><b>
int fd
</b>
<dd>
The file descriptor to watch (or stop watching).
<p>
<dd>
The file descriptor to watch (or stop watching).
<p>
...
@@ -69,7 +69,7 @@ it is not deactivated (see below). Only one callback may be registered per
...
@@ -69,7 +69,7 @@ it is not deactivated (see below). Only one callback may be registered per
<dt><b>
cancel_fd
</b>
<dt><b>
cancel_fd
</b>
<dd>
Deactivate an event sink callback registered using on_fd (above).
<dd>
Deactivate an event sink callback registered using on_fd (above).
Any callback associated with the (event,fd) pair in question is re
v
moed.
<p>
Any callback associated with the (event,fd) pair in question is remo
v
ed.
<p>
<dt><b>
oop_call_fd
</b>
<dt><b>
oop_call_fd
</b>
<dd>
Called when the event is triggered. Performs a user_specific action.
<dd>
Called when the event is triggered. Performs a user_specific action.
...
...
This diff is collapsed.
Click to expand it.
on_signal.html
+
1
−
1
View file @
65d43542
...
@@ -24,7 +24,7 @@ void (*cancel_signal)(oop_source *source,int sig,oop_call_signal *call,void *use
...
@@ -24,7 +24,7 @@ void (*cancel_signal)(oop_source *source,int sig,oop_call_signal *call,void *use
<dt><b>
oop_source *source
</b>
<dt><b>
oop_source *source
</b>
<dd>
The event source to register or unregister the event sink with. This must
<dd>
The event source to register or unregister the event sink with. This must
be the same event source you got the function pointer from:
be the same event source you got the function pointer from:
"src-
>
on_signal(src,...);".
<p>
"src-
>
on_signal(src,...);".
<p>
<dt><b>
int sig
</b>
<dt><b>
int sig
</b>
<dd>
The UNIX signal to monitor (SIGINT, SIGHUP, etc.).
<p>
<dd>
The UNIX signal to monitor (SIGINT, SIGHUP, etc.).
<p>
...
...
This diff is collapsed.
Click to expand it.
on_time.html
+
1
−
1
View file @
65d43542
...
@@ -27,7 +27,7 @@ void (*cancel_time)(oop_source *source,struct timeval tv,oop_call_time *call,voi
...
@@ -27,7 +27,7 @@ void (*cancel_time)(oop_source *source,struct timeval tv,oop_call_time *call,voi
<dt><b>
oop_source *source
</b>
<dt><b>
oop_source *source
</b>
<dd>
The event source to register or unregister the event sink with. This must
<dd>
The event source to register or unregister the event sink with. This must
be the same event source you got the function pointer from:
be the same event source you got the function pointer from:
"src-
>
on_time(src,...);".
<p>
"src-
>
on_time(src,...);".
<p>
<dt><b>
struct timeval tv
</b>
<dt><b>
struct timeval tv
</b>
<dd>
The time to wait for. OOP_TIME_NOW (or any time in the past) will cause
<dd>
The time to wait for. OOP_TIME_NOW (or any time in the past) will cause
...
...
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