[vlc-commits] threads: add vlc_thread_self() and vlc_thread_id()

Rémi Denis-Courmont git at videolan.org
Wed May 25 22:06:56 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed May 25 22:51:04 2016 +0300| [412dd75428226d10044e80e741addecb24dbedb5] | committer: Rémi Denis-Courmont

threads: add vlc_thread_self() and vlc_thread_id()

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=412dd75428226d10044e80e741addecb24dbedb5
---

 include/vlc_threads.h |   36 ++++++++++++++++++++++++++++++++++++
 src/Makefile.am       |    2 ++
 src/android/thread.c  |   14 ++++++++++++--
 src/darwin/thread.c   |   19 +++++++++++--------
 src/libvlccore.sym    |    2 ++
 src/linux/thread.c    |   39 +++++++++++++++++++++++++++++++++++++++
 src/os2/thread.c      |   26 ++++++++++++++++++++------
 src/posix/thread.c    |   31 +++++++++++++------------------
 src/win32/thread.c    |   20 +++++++++++++++-----
 9 files changed, 150 insertions(+), 39 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=412dd75428226d10044e80e741addecb24dbedb5


More information about the vlc-commits mailing list