Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
bfeca36b
Commit
bfeca36b
authored
Aug 03, 2008
by
Rémi Denis-Courmont
Browse files
Do not hide many (all?) thread function having an incorrect prototype
parent
d26adda5
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_threads.h
View file @
bfeca36b
...
...
@@ -589,7 +589,7 @@ static inline void barrier (void)
* vlc_thread_create: create a thread
*****************************************************************************/
#define vlc_thread_create( P_THIS, PSZ_NAME, FUNC, PRIORITY, WAIT ) \
__vlc_thread_create( VLC_OBJECT(P_THIS), __FILE__, __LINE__, PSZ_NAME,
(void * ( * ) ( void * ))
FUNC, PRIORITY, WAIT )
__vlc_thread_create( VLC_OBJECT(P_THIS), __FILE__, __LINE__, PSZ_NAME, FUNC, PRIORITY, WAIT )
/*****************************************************************************
* vlc_thread_set_priority: set the priority of the calling thread
...
...
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