]> mj.ucw.cz Git - libucw.git/history - lib/threads.c
gettid: fixed a compilation bug on gentoo
[libucw.git] / lib / threads.c
2007-06-05 Pavel Charvatgettid: fixed a compilation bug on gentoo
2007-05-18 Pavel CharvatMerged main branch to dev-sorter.
2007-05-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-02 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-01-31 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-01-12 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-01-02 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
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.