]> mj.ucw.cz Git - libucw.git/history - lib/threads.c
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / threads.c
2006-12-18 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-12-18 Pavel Charvatadded missing type for a local variable
2006-12-18 Martin MaresFixed a typo preventing compilation in non-threaded...
2006-12-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2006-12-18 Martin MaresAdded thread_id to ucwlib_context.
2006-12-18 Martin MaresFree thread context structure on thread termination.
2006-12-18 Martin MaresUse gettid() on Linux.
2006-12-18 Martin MaresAdded thread_id to ucwlib_context.
2006-12-18 Martin MaresFree thread context structure on thread termination.
2006-12-11 Martin MaresAdded threading infrastructure to libucw and CONFIG_UCW...
2006-12-09 Martin MaresAdded a simple threading helper module.