Home
last modified time | relevance | path

Searched full:forking (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/external/accompanist/web/src/main/java/com/google/accompanist/web/
DWebView.kt86 We recommend forking the implementation and customising it to your needs. in <lambda>()
165 We recommend forking the implementation and customising it to your needs.
267 We recommend forking the implementation and customising it to your needs.
323 We recommend forking the implementation and customising it to your needs.
351 We recommend forking the implementation and customising it to your needs.
417 We recommend forking the implementation and customising it to your needs.
446 We recommend forking the implementation and customising it to your needs.
515 We recommend forking the implementation and customising it to your needs.
686 We recommend forking the implementation and customising it to your needs.
701 We recommend forking the implementation and customising it to your needs.
[all …]
/external/jemalloc_new/src/
Dwitness.c77 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/python/cpython2/Lib/test/
Dfork_wait.py1 """This test case provides support for checking forking and wait behavior.
5 We want fork1() semantics -- only the forking thread survives in the
52 # in the forking tests. This is an attempt to fix the problem.
/external/accompanist/placeholder-material3/src/main/java/com/google/accompanist/placeholder/material3/
DPlaceholder.kt48 We recommend forking the implementation and customising it to your needs.
70 We recommend forking the implementation and customising it to your needs. in color()
91 We recommend forking the implementation and customising it to your needs. in color()
136 We recommend forking the implementation and customising it to your needs.
DPlaceholderHighlight.kt40 We recommend forking the implementation and customising it to your needs.
68 We recommend forking the implementation and customising it to your needs.
/external/accompanist/placeholder-material/src/main/java/com/google/accompanist/placeholder/material/
DPlaceholder.kt48 We recommend forking the implementation and customising it to your needs.
70 We recommend forking the implementation and customising it to your needs. in color()
91 We recommend forking the implementation and customising it to your needs. in color()
136 We recommend forking the implementation and customising it to your needs.
DPlaceholderHighlight.kt40 We recommend forking the implementation and customising it to your needs.
68 We recommend forking the implementation and customising it to your needs.
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dfork_windows.cc29 // NOTE: FORKING IS NOT GENERALLY SUPPORTED, THIS IS ONLY INTENDED TO WORK
33 void grpc_prefork() { gpr_log(GPR_ERROR, "Forking not supported on Windows"); } in grpc_prefork()
/external/grpc-grpc/src/core/lib/iomgr/
Dfork_windows.cc29 // NOTE: FORKING IS NOT GENERALLY SUPPORTED, THIS IS ONLY INTENDED TO WORK
33 void grpc_prefork() { gpr_log(GPR_ERROR, "Forking not supported on Windows"); } in grpc_prefork()
/external/grpc-grpc/src/ruby/end2end/
Dforking_client_test.rb37 'It likely freezes when requiring grpc, then forking, then using grpc '
42 fail "forking client client failed, exit code #{client_exit_code}"
Dforking_client_client.rb48 'It likely freezes when using gRPC after loading it and then forking'
50 # don't report the port until now so as to not use grpc before forking
/external/accompanist/placeholder/src/main/java/com/google/accompanist/placeholder/
DPlaceholderHighlight.kt39 We recommend forking the implementation and customising it to your needs.
82 We recommend forking the implementation and customising it to your needs. in brush()
111 We recommend forking the implementation and customising it to your needs. in brush()
/external/grpc-grpc/doc/
Dfork_support.md10 hence doesn't support `fork()`. Historically, we didn't support forking in gRPC,
17 gRPC Python applications can enable client-side forking when two environment
/external/python/cpython3/Lib/test/
Dfork_wait.py1 """This test case provides support for checking forking and wait behavior.
5 We want fork1() semantics -- only the forking thread survives in the
/external/truth/
DCONTRIBUTING.md24 2. Follow the normal process of [forking] the project, and setup a new branch
44 [forking]: https://help.github.com/articles/fork-a-repo
/external/cronet/third_party/google_benchmark/src/
DCONTRIBUTING.md45 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/
DCONTRIBUTING.md45 1. Follow the normal process of [forking][] the project, and setup a new
56 [forking]: https://help.github.com/articles/fork-a-repo
/external/libcxx/utils/google-benchmark/
DCONTRIBUTING.md45 1. Follow the normal process of [forking][] the project, and setup a new
56 [forking]: https://help.github.com/articles/fork-a-repo
/external/guice/
DCONTRIBUTING.md37 1. Follow the normal process of [forking][] the project, and setup a new
56 [forking]: https://help.github.com/articles/fork-a-repo
/external/ltp/testcases/kernel/fs/doio/
Dforker.c182 case 0: /* child - continues the forking */ in forker()
189 default: /* parent - stop the forking */ in forker()
209 case 0: /* child - stops the forking */ in forker()
215 default: /* parent - continues the forking */ in forker()
/external/jemalloc_new/include/jemalloc/internal/
Dwitness.h109 bool forking; member
297 } else if (witness_tsd->forking && w->rank <= witness->rank) { in witness_lock()
298 /* Forking, and relaxed ranking satisfied. */ in witness_lock()
300 /* Not forking, rank order reversal. */ in witness_lock()
/external/crosvm/devices/src/virtio/vhost/user/device/listener/sys/
Dlinux.rs28 /// listener to keep working after forking.
81 /// listener to keep working after forking.
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
Dcpuset_load_balance_test.sh120 tst_resm TFAIL "forking test tasks failed"
243 # wait for the end of forking
247 tst_resm TFAIL "forking test tasks failed"
/external/cronet/third_party/apache-portable-runtime/src/include/
Dapr_random.h133 * Mix the randomness pools after forking.
135 * @remark Call this in the child after forking to mix the randomness
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc.c309 // Only way we can get here is by enabling for support and forking but not in grpc_ruby_fork_guard()
316 "grpc cannot be used before and after forking unless the " in grpc_ruby_fork_guard()
359 // Must be called once and only once before forking. Must be called on the
372 "forking with gRPC/Ruby is only supported on linux with env var: " in grpc_rb_prefork()

12345678910>>...21