]> git.sesse.net Git - vlc/history - src/misc/threads.c
threads: Make sure we don't re-create a thread if the object has already one.
[vlc] / src / misc / threads.c
2008-07-31 Pierre d'Herbemontthreads: Make sure we don't re-create a thread if the...
2008-07-31 Pierre d'Herbemontlibvlccore: Don't set the priority on first thread...
2008-07-24 Rémi Denis-Courmontvlc_thread_set_priority: don't mess up the thread_id
2008-07-24 Rémi Denis-CourmontDo not ResumeThread an invalid thread handle
2008-07-11 Rémi Denis-CourmontRemove dead code
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-06-30 Rémi Denis-CourmontWarn in case of dangerous thread join patterns
2008-06-28 Rémi Denis-Courmontvlc_pthread_fatal: fix error message
2008-06-22 Rémi Denis-CourmontLibVLC: wait until all threads are terminated
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-12 Rémi Denis-CourmontDon't block all signals.
2008-06-06 Rémi Denis-CourmontForce thread priorities in the supported range
2008-06-06 Rémi Denis-CourmontRescale POSIX realtime priorities within a portable...
2008-06-06 Rémi Denis-CourmontDo not set a priority for non-realtime threads
2008-06-06 Rémi Denis-CourmontSet the thread priority before its creation
2008-06-04 Rafaël CarréTypo: use debug code only when wanted (and defined)
2008-06-04 Rémi Denis-Courmontvlc_threadobj under NDEBUG and refcheck under LIBVLC_RE...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Pierre d'HerbemontWork around the fact that autosh..tools does only check...
2008-05-31 Pierre d'Herbemontconfigure: Check for HAVE_BACKTRACE and HAVE_EXECINFO_H.
2008-05-30 Pierre d'Herbemontlibvlccore: Also print a backtrace on Mac OS X.
2008-05-30 Rémi Denis-CourmontPrint backtrace in vlc_pthread_fatal
2008-05-29 Rémi Denis-CourmontBlock all signals in VLC threads
2008-05-28 Rémi Denis-Courmontvlc_threadobj(): returns the object nesting the current...
2008-05-24 Rémi Denis-CourmontProvide default for vlc_pthread_fatal
2008-05-22 Rémi Denis-CourmontFix vlc_threadvar_delete
2008-05-10 Rémi Denis-CourmontThe TLS also needs to be cleaned up... should fix ...
2008-05-08 Rémi Denis-CourmontWin32 compile fixes
2008-05-08 Rémi Denis-CourmontFix the kludge for old glibc
2008-05-08 Rémi Denis-CourmontMove pthread to the front.
2008-05-08 Rémi Denis-CourmontMutexes cannot be error-checking and recursive at the...
2008-05-05 Rafaël CarréDo not leak the global libvlc pointer
2008-05-04 Rémi Denis-CourmontRemove p_root->b_ready. Duplicated state.
2008-05-04 Rémi Denis-CourmontRemove VLC_OBJECT_GLOBAL
2008-05-04 Rémi Denis-CourmontFix linking error
2008-05-03 Rémi Denis-CourmontAllocate global object as the others - not statically...
2008-05-03 Rémi Denis-CourmontHide global object within the thread and object subsystem
2008-05-03 Rémi Denis-Courmontthreads: use vlc_internals()
2008-05-03 Rémi Denis-CourmontSimplify threads init
2008-05-01 Rémi Denis-CourmontNIH desyndromization
2008-04-23 Rémi Denis-CourmontWin32: Simplify mutex
2008-04-23 Rémi Denis-CourmontWin32: remove (now dead) old mutex/cv implementation
2008-04-23 Rémi Denis-CourmontWin32: don't use spin locks^W^Wfast mutexes instead...
2008-04-23 Rémi Denis-CourmontSimplify threading code a bit
2008-04-23 Rémi Denis-CourmontWin32: don't use weak linking for SignalObjectAndWait
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-29 Rémi Denis-CourmontRemove some global object-specific hacks
2008-03-29 Rémi Denis-Courmontroot object: use vlc_custom_create
2008-03-26 Pierre d'Herbemontthreads: Make sure we vlc_thread_join() won't block...
2008-03-19 Sam HocevarUse LoadLibrary instead of LoadLibraryA.
2008-03-13 Jean-Baptiste KempfShut a Windows warning.
2008-03-13 Jean-Baptiste KempfShut a few unused parameters for Windows compiling.
2008-03-08 Jean-Baptiste KempfGetLastError throws a DWORD, IIRC, not a char*
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rémi Denis-CourmontTypo
2008-02-25 Rémi Denis-CourmontUse %m on GLIBC to work-around strerror_r prototype...
2008-02-25 Rafaël Carréuse strerror_r() which is guaranteed to be thread safe...
2008-02-25 Pierre d'Herbemontmisc/threads.c: Fix error description printing in vlc_p...
2008-02-17 Rémi Denis-CourmontRemove unused object pointer from condition vars, mutex...
2008-02-17 Rémi Denis-CourmontRework threading:
2008-02-10 Rémi Denis-CourmontWin32 threads: Set priority on success rather than...
2008-02-09 Rémi Denis-Courmontthreads: Consistenly use NDEBUG
2008-01-27 Rémi Denis-CourmontDefault to using pthread instead of exploding.
2008-01-25 Rémi Denis-Courmontmove mutex setkind hack to src/
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Rémi Denis-CourmontAllow mutexes without objects. QueueMsg can handle...
2008-01-22 Rémi Denis-CourmontRemove Cthreads support
2008-01-22 Rémi Denis-CourmontRemove State Threads support
2008-01-22 Rémi Denis-CourmontRemove support for GNU Portable Threads
2008-01-21 Rémi Denis-CourmontFix non-debug builds
2008-01-21 Rémi Denis-CourmontDon't clutter the production builds with the (useless...
2008-01-01 Pierre d'Herbemontmisc/events.c: Fix event sending, by properly supportin...
2007-12-19 Rémi Denis-CourmontWork-around for overaging POSIX systems
2007-12-18 Rémi Denis-Courmont_POSIX_CLOCK_SELECTION at 0 does not mean it's not...
2007-12-12 Pierre d'Herbemontmisc/threads.c: Implement vlc_threads_error(), that...
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-17 Rafaël CarréFactorize [22111]
2007-09-17 Rémi Denis-CourmontForce fallback to realtime clock when clock selection...
2007-09-17 Pierre d'Herbemontmisc/threads.c: On non-linux create a PTHREAD_MUTEX_ERR...
2007-09-16 Rémi Denis-CourmontUse new API
2007-09-16 Rémi Denis-CourmontFix condition variable clock ifdef
2007-09-15 Rémi Denis-CourmontAttempt to fix MacOS build
2007-09-15 Rémi Denis-CourmontUse monotonic clock when available only
2007-09-15 Rémi Denis-CourmontMake sure we use the same clock for condition variable
2007-09-12 Rafaël CarréAsserts p_this on __vlc_mutex_init()
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-18 Damien Fouilleulthreads: win32, make sure only object owning a thread...
2007-08-17 Damien Fouilleulthreads.c: win32, changed the way thread handle is...
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-16 Rémi Denis-CourmontCosmetic
2007-05-23 Damien Fouilleul- win32: retire --fast-mutex and --win-cv-method completely
2007-05-21 Damien Fouilleul- bye, bye "fast-mutex" and "win9x-cv-method" variables
2007-05-20 Antoine Cellerier* libvlc.h: hopefully fix a few warnings.
2007-05-19 Rémi Denis-CourmontWindows compile fix
2007-05-19 Rémi Denis-CourmontUse static storage rather than libvlc_global for stuff...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-18 Clément StenacUntested states thread and gnu portable threads impleme...
next