Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
dd0f8e42
Commit
dd0f8e42
authored
Dec 31, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main_notify: removed lock()/unlock()
These functions are not used anymore since we use the GLib main loop.
parent
2cdfd938
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
main_notify.c
src/main_notify.c
+0
-10
main_notify.h
src/main_notify.h
+0
-4
No files found.
src/main_notify.c
View file @
dd0f8e42
...
...
@@ -79,16 +79,6 @@ void wakeup_main_task(void)
g_error
(
"error writing to pipe: %s"
,
strerror
(
errno
));
}
void
main_notify_lock
(
void
)
{
assert
(
main_task
==
g_thread_self
());
}
void
main_notify_unlock
(
void
)
{
assert
(
main_task
==
g_thread_self
());
}
void
wait_main_task
(
void
)
{
consume_pipe
();
...
...
src/main_notify.h
View file @
dd0f8e42
...
...
@@ -33,10 +33,6 @@ void wakeup_main_task(void);
void
wait_main_task
(
void
);
void
main_notify_lock
(
void
);
void
main_notify_unlock
(
void
);
void
main_notify_triggered
(
void
);
...
...
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