Searched refs:forking (Results 1 – 25 of 175) sorted by relevance
1234567
/external/jemalloc_new/src/ |
D | witness.c | 77 witness_tsd->forking = true; in witness_prefork() 85 witness_tsd->forking = false; in witness_postfork_parent() 99 witness_tsd->forking = false; in witness_postfork_child()
|
/external/grpc-grpc/doc/ |
D | fork_support.md | 10 Historically, we didn't support forking in gRPC, but some users seemed 18 The background Python thread was removed entirely. This allows forking 26 support forking in gRPC. A deadlock can happen when pthread_atfork 37 forking.
|
/external/python/cpython2/Lib/multiprocessing/ |
D | __init__.py | 144 from multiprocessing.forking import freeze_support 274 from multiprocessing.forking import set_executable
|
D | process.py | 129 from .forking import Popen 296 from .forking import Popen
|
D | reduction.py | 45 from multiprocessing.forking import Popen, duplicate, close, ForkingPickler
|
D | sharedctypes.py | 40 from multiprocessing.forking import assert_spawning, ForkingPickler
|
D | heap.py | 45 from multiprocessing.forking import assert_spawning
|
D | synchronize.py | 48 from multiprocessing.forking import assert_spawning, Popen
|
/external/selinux/restorecond/ |
D | restorecond.service | 8 Type=forking
|
/external/libwebsockets/test-apps/ |
D | libwebsockets-test-server.service | 7 Type=forking
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | aarch64-codegen-prepare-atp.ll | 8 ; %add is also promoted by forking an extra sext. 26 ; Both %add1 and %add2 are promoted by forking extra sexts.
|
/external/libcxx/utils/google-benchmark/ |
D | CONTRIBUTING.md | 45 1. Follow the normal process of [forking][] the project, and setup a new 56 [forking]: https://help.github.com/articles/fork-a-repo
|
/external/llvm-project/libcxx/utils/google-benchmark/ |
D | CONTRIBUTING.md | 45 1. Follow the normal process of [forking][] the project, and setup a new 56 [forking]: https://help.github.com/articles/fork-a-repo
|
/external/google-benchmark/ |
D | CONTRIBUTING.md | 45 1. Follow the normal process of [forking][] the project, and setup a new 56 [forking]: https://help.github.com/articles/fork-a-repo
|
/external/llvm-project/llvm/utils/benchmark/ |
D | CONTRIBUTING.md | 45 1. Follow the normal process of [forking][] the project, and setup a new 56 [forking]: https://help.github.com/articles/fork-a-repo
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | witness.h | 109 bool forking; member 297 } else if (witness_tsd->forking && w->rank <= witness->rank) { in witness_lock()
|
/external/jimfs/ |
D | CONTRIBUTING.md | 4 Contributions to Jimfs can be made by forking the repostitory and sending
|
/external/okhttp/ |
D | CONTRIBUTING.md | 5 forking the repository and sending a pull request.
|
/external/okhttp/okio/ |
D | CONTRIBUTING.md | 5 forking the repository and sending a pull request.
|
/external/javapoet/ |
D | CONTRIBUTING.md | 4 If you would like to contribute code you can do so through GitHub by forking
|
/external/guice/ |
D | CONTRIBUTING.md | 37 1. Follow the normal process of [forking][] the project, and setup a new 56 [forking]: https://help.github.com/articles/fork-a-repo
|
/external/okio/ |
D | CONTRIBUTING.md | 27 Contribute code changes through GitHub by forking the repository and sending a pull request. We
|
/external/auto/ |
D | CONTRIBUTING.md | 5 by forking the repository and sending a pull request.
|
/external/oboe/samples/ |
D | README.md | 31 Patches are encouraged, and may be submitted by [forking this project](https://github.com/google/ob…
|
/external/libpcap/doc/ |
D | README.aix | 27 If you fix the problems yourself, please submit a patch by forking
|
1234567