glib-unix: add function to ensure an fd is sealed
[platform/upstream/glib.git] / glib / tests / thread.c
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-04 Chun-wei Fanglib/tests: Clean up inclusion of unistd.h
2013-02-21 Ryan Lortiethreads: don't do rlimit test when running as root
2012-11-08 Emmanuel PacaudCheck for PR_GET_NAME
2012-01-16 Patrick WelcheProtect call to pthread_condattr_setclock with define.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-15 Matthias ClasenGThread: handle thread names safely
2011-10-17 Chun-wei Fanglib/tests/thread.c: Add config guards
2011-10-15 Ryan LortieRename g_thread_try to g_thread_try_new
2011-10-15 Matthias ClasenAdd a test involving g_thread_ref/unref
2011-10-13 Ryan Lortiedrop g_thread_new_full()
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-13 Ryan Lortietests: don't #include <sys/resource.h> on win32
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests
2011-10-05 Matthias ClasenAdd a test for thread creation failure
2011-10-04 Matthias ClasenImprove test coverage in the thread tests
2011-10-04 Matthias ClasenAdd some more thread tests