Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a7987858
Commit
a7987858
authored
Sep 05, 2018
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Sep 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.
From-SVN: r264120
parent
c0bb5047
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libgfortran/ChangeLog
+4
-0
libgfortran/io/async.h
+2
-2
No files found.
libgfortran/ChangeLog
View file @
a7987858
2018-09-05 Hans-Peter Nilsson <hp@axis.com>
* io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.
2018-09-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* io/io.h: Change declaration of vlist type to
...
...
libgfortran/io/async.h
View file @
a7987858
...
...
@@ -337,8 +337,8 @@ struct adv_cond
typedef
struct
async_unit
{
p
thread_mutex_t
io_lock
;
/* Lock for doing actual I/O. */
p
thread_mutex_t
lock
;
/* Lock for manipulating the queue structure. */
__g
thread_mutex_t
io_lock
;
/* Lock for doing actual I/O. */
__g
thread_mutex_t
lock
;
/* Lock for manipulating the queue structure. */
bool
empty
;
struct
{
...
...
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