summaryrefslogtreecommitdiff
path: root/glib/tests/spawn-multithreaded.c
Commit message (Collapse)AuthorAgeFilesLines
* Add G_SPAWN_DEFAULT to GSpawnFlagsRobert Ancell2013-08-171-1/+1
| | | | | | | This is convenient for language bindings, and also makes invocations of g_spawn functions in C more readable. https://bugzilla.gnome.org/show_bug.cgi?id=701318
* tests/spawn-*.c: fix on WindowsDan Winship2013-05-131-2/+2
| | | | | | Need to append ".exe" to the spawned binary name on Windows https://bugzilla.gnome.org/show_bug.cgi?id=679683
* Revert "tests/spawn-*.c: fix on Windows"Matthias Clasen2012-12-191-2/+2
| | | | This reverts commit 602714a8dae08e395c8834aa059375de7dd877c0.
* tests/spawn-*.c: fix on WindowsDan Winship2012-12-191-2/+2
| | | | | | Need to append ".exe" to the spawned binary name on Windows https://bugzilla.gnome.org/show_bug.cgi?id=679683
* Add g_get_num_processors()Colin Walters2012-12-181-4/+6
| | | | | | | | | | Based on a patch from John Cupitt <jcupitt@gmail.com> Useful for thread pools which should scale to number of processors. See https://bugzilla.gnome.org/show_bug.cgi?id=687223 https://bugzilla.gnome.org/show_bug.cgi?id=614930
* glib/tests: fix leaksDan Winship2012-08-271-1/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682560
* tests/spawn-multithreaded: Decrease parallelism to avoid crashing on OS XColin Walters2012-06-061-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677527
* Use G_SOURCE_CONTINUE/REMOVE internallyMatthias Clasen2012-01-251-1/+1
| | | | | Now that we have these macros, we should use them. This commit covers everything in glib/.
* gthread: move test cases to glib/Ryan Lortie2011-10-161-0/+236