Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
wangjie
OpenXG-RAN
Commits
086520f5
Commit
086520f5
authored
Nov 25, 2016
by
Wilson W.K. Thong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up changes for change submission
issue #42
parent
81daba19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
targets/RT/USER/lte-ue.c
targets/RT/USER/lte-ue.c
+0
-2
No files found.
targets/RT/USER/lte-ue.c
View file @
086520f5
...
@@ -717,7 +717,6 @@ static void *UE_thread_rxn_txnp4(void *arg)
...
@@ -717,7 +717,6 @@ static void *UE_thread_rxn_txnp4(void *arg)
while
(
sync_var
<
0
)
while
(
sync_var
<
0
)
pthread_cond_wait
(
&
sync_cond
,
&
sync_mutex
);
pthread_cond_wait
(
&
sync_cond
,
&
sync_mutex
);
#if 1 // 2016-11-23 wilson add pthread name to the logging
#define THREAD_NAME_LEN 16
#define THREAD_NAME_LEN 16
char
threadname
[
THREAD_NAME_LEN
];
char
threadname
[
THREAD_NAME_LEN
];
ret
=
pthread_getname_np
(
proc
->
pthread_rxtx
,
threadname
,
THREAD_NAME_LEN
);
ret
=
pthread_getname_np
(
proc
->
pthread_rxtx
,
threadname
,
THREAD_NAME_LEN
);
...
@@ -726,7 +725,6 @@ static void *UE_thread_rxn_txnp4(void *arg)
...
@@ -726,7 +725,6 @@ static void *UE_thread_rxn_txnp4(void *arg)
perror
(
"pthread_getname_np : "
);
perror
(
"pthread_getname_np : "
);
exit_fun
(
"Error getting thread name"
);
exit_fun
(
"Error getting thread name"
);
}
}
#endif
pthread_mutex_unlock
(
&
sync_mutex
);
pthread_mutex_unlock
(
&
sync_mutex
);
printf
(
"unlocked sync_mutex, waiting (UE_thread_rxtx)
\n
"
);
printf
(
"unlocked sync_mutex, waiting (UE_thread_rxtx)
\n
"
);
...
...
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