]> git.sesse.net Git - vlc/commit
Added initial support for TLS (Thread Local Storage) variables
authorClément Stenac <zorglub@videolan.org>
Mon, 18 Dec 2006 21:40:12 +0000 (21:40 +0000)
committerClément Stenac <zorglub@videolan.org>
Mon, 18 Dec 2006 21:40:12 +0000 (21:40 +0000)
commit651078ecf9be6d0bb9c2323023ebb7fbd7f0d145
tree13ad2c8bf7e590e69d59b6613754f15bf73ef128
parent965e95ec654de6c1f1067086e0f1e7da74a6ecad
Added initial support for TLS (Thread Local Storage) variables
include/vlc_threads.h
include/vlc_threads_funcs.h
src/misc/threads.c
test/NativeLibvlcTest.py
test/native/init.c
test/native/tests.h
test/native/threads.c [new file with mode: 0644]
test/setup.py