Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
e739a134
Commit
e739a134
authored
Jan 25, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Received event added to qcom_WaitOr
parent
0dfc7602
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
src/lib/rt/src/rt_qcom.c
src/lib/rt/src/rt_qcom.c
+4
-3
src/lib/rt/src/rt_qcom.h
src/lib/rt/src/rt_qcom.h
+3
-2
No files found.
src/lib/rt/src/rt_qcom.c
View file @
e739a134
/*
* Proview $Id: rt_qcom.c,v 1.
8 2006-03-20 07:08:05
claes Exp $
* Proview $Id: rt_qcom.c,v 1.
9 2008-01-25 14:34:18
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -1142,7 +1142,8 @@ qcom_WaitOr (
const
qcom_sQid
*
qid
,
const
qcom_sQid
*
eid
,
int
mask
,
int
tmo
int
tmo
,
int
*
event
)
{
int
result
=
0
;
...
...
@@ -1166,7 +1167,7 @@ qcom_WaitOr (
qp
->
or_event
=
1
;
qp
->
mask
=
mask
;
result
=
qdb_Wait
(
sts
,
qp
,
ep
,
tmo
);
*
event
=
ep
->
mask
&
mask
;
}
qdb_ScopeUnlock
;
return
result
!=
0
;
...
...
src/lib/rt/src/rt_qcom.h
View file @
e739a134
/*
* Proview $Id: rt_qcom.h,v 1.
9 2006-03-20 07:08:05
claes Exp $
* Proview $Id: rt_qcom.h,v 1.
10 2008-01-25 14:34:18
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -323,7 +323,8 @@ pwr_tBoolean qcom_WaitOr (
const
qcom_sQid
*
qid
,
const
qcom_sQid
*
eid
,
int
mask
,
int
tmo
int
tmo
,
int
*
event
);
pwr_tBitMask
qcom_EventMask
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment