Searched refs:forking (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dsyscall.c22 current->thread.forking = 1;
25 current->thread.forking = 0;
33 current->thread.forking = 1;
37 current->thread.forking = 0;
H A Dprocess.c187 if (current->thread.forking) {
206 if (current->thread.forking) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dprocessor-generic.h28 int forking; member in struct:thread_struct
59 .forking = 0, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsyscalls.c30 current->thread.forking = 1;
33 current->thread.forking = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsyscalls.c89 current->thread.forking = 1;
92 current->thread.forking = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A DMakefile.am21 EXTRA_DIST=run-test.sh run-test-systemserver.sh test-wait-for-echo.py test-activation-forking.py
H A Drun-test.sh51 echo "running test activation forking"
53 echo "Skipped test-activation-forking: Python interpreter not found"
54 elif ! $PYTHON $DBUS_TOP_SRCDIR/test/name-test/test-activation-forking.py; then
55 echo "Failed test-activation-forking"
H A DMakefile.in355 EXTRA_DIST = run-test.sh run-test-systemserver.sh test-wait-for-echo.py test-activation-forking.py
H A DMakefile355 EXTRA_DIST = run-test.sh run-test-systemserver.sh test-wait-for-echo.py test-activation-forking.py
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dkernel_thread.S38 # start by forking the current process, but with shared VM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/tests/
H A Druntests.c1327 int forking = 0, forking_set = 0; local
1342 forking = 1;
1346 forking = 0;
1355 srunner_set_fork_status(sr, forking ? CK_FORK : CK_NOFORK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm912 when threads or forking is involved.

Completed in 283 milliseconds