Home
last modified time | relevance | path

Searched defs:pid (Results 1151 - 1175 of 1990) sorted by relevance

1...<<41424344454647484950>>...80

/third_party/musl/libc-test/src/functionalext/fortify/
H A Dunistd.c42 int pid = fork(); in unistd_dynamic_chk_001() local
81 int pid = fork(); in unistd_dynamic_chk_002() local
121 int pid = fork(); in unistd_dynamic_chk_003() local
162 int pid = fork(); unistd_dynamic_chk_004() local
202 int pid = fork(); unistd_dynamic_chk_005() local
241 int pid = fork(); unistd_dynamic_chk_006() local
280 int pid = fork(); unistd_dynamic_chk_007() local
321 int pid = fork(); unistd_dynamic_chk_008() local
361 int pid = fork(); unistd_dynamic_chk_009() local
399 int pid = fork(); unistd_dynamic_chk_010() local
437 int pid = fork(); unistd_dynamic_chk_011() local
477 int pid = fork(); unistd_dynamic_chk_012() local
517 int pid = fork(); unistd_dynamic_chk_013() local
555 int pid = fork(); unistd_dynamic_chk_014() local
592 int pid = fork(); unistd_dynamic_chk_015() local
629 int pid = fork(); unistd_dynamic_chk_016() local
667 int pid = fork(); unistd_dynamic_chk_017() local
[all...]
H A Dstdio.c115 int pid = fork(); in stdio_dynamic_chk_003() local
154 int pid = fork(); in stdio_dynamic_chk_004() local
242 int pid = fork(); in stdio_dynamic_chk_007() local
308 int pid = fork(); stdio_dynamic_chk_010() local
345 int pid = fork(); stdio_dynamic_chk_011() local
401 int pid = fork(); stdio_dynamic_chk_012() local
433 int pid = fork(); stdio_dynamic_chk_013() local
[all...]
/third_party/musl/libc-test/src/functionalext/ldso_randomization/
H A Dldso_randomization_manual.c86 pid_t pid = fork(); in dlopen_randomization_0700() local
155 pid_t pid = fork(); in dlopen_ext_randomization_0700() local
230 pid_t pid = fork(); in dlopen_ns_randomization_0700() local
292 pid_t pid in dlsym_randomization_0200() local
[all...]
/third_party/protobuf/conformance/
H A Dconformance_test_runner.cc269 pid_t pid = fork(); in SpawnTestProgram() local
/third_party/skia/src/gpu/
H A DGrGpuResource.cpp238 int32_t pid = fGrResourceTag.fPid; in setResourceTag() local
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_concurrent_stop.c157 join_gets (pid_t pid) in join_gets() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
H A DPass.h84 explicit Pass(PassKind K, char &pid) : PassID(&pid), Kind(K) {} in Pass() argument
224 explicit ModulePass(char &pid) : Pass(PT_Module, pid) {} in ModulePass() argument
255 explicit ImmutablePass(char &pid) : ModulePass(pid) {} in ImmutablePass() argument
284 explicit FunctionPass(char &pid) : Pass(PT_Function, pid) {} in FunctionPass() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dvalidation_test.cc52 FakeStmt(ProgramID pid, Source src) : Base(pid, src) {} in FakeStmt() argument
58 FakeExpr(ProgramID pid, Source src) : Base(pid, src) {} in FakeExpr() argument
/third_party/skia/third_party/externals/tint/src/transform/
H A Dcalculate_array_length.cc58 CalculateArrayLength::BufferSizeIntrinsic::BufferSizeIntrinsic(ProgramID pid) in BufferSizeIntrinsic() argument
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c148 pid_t pid; in tortoise() local
/third_party/toybox/toys/lsb/
H A Dmount.c152 pid_t pid; in tortoise() local
/third_party/toybox/toys/pending/
H A Dgetty.c267 pid_t pid = getpid(); in utmp_entry() local
298 pid_t pid = getpid(); in getty_main() local
/third_party/toybox/toys/posix/
H A Dcpio.c84 pid_t pid = 0; in cpio_main() local
/third_party/pulseaudio/src/utils/
H A Dpacmd.c93 pid_t pid; in main() local
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp701 int32_t pid = 100; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/js/napi/js_child_process_manager/
H A Djs_child_process_manager.cpp138 auto pid = std::make_shared<pid_t>(ERR_INVALID_VALUE); in StartChildProcessAppSpawnForkTask() local
276 auto pid = std::make_shared<pid_t>(0); StartChildProcessWithArgsTask() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/
H A Dabilitycontext_fuzzer.cpp90 int pid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp77 pid_t pid = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp798 int pid = 0; in HWTEST_F() local
820 int32_t pid = 0; in HWTEST_F() local
1078 const pid_t pid = 1; in HWTEST_F() local
1096 const pid_t pid = 1; in HWTEST_F() local
1150 const int pid = 1; HWTEST_F() local
1171 const int pid = 1; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_scheduler_test.cpp721 pid_t pid = 0; in HWTEST_F() local
979 int pid = 0; in HWTEST_F() local
998 int pid = 0; in HWTEST_F() local
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodal_system_app_freeze_uiextension.cpp59 void ModalSystemAppFreezeUIExtension::ProcessAppFreeze(bool focusFlag, const FaultData &faultData, std::string pid, in ProcessAppFreeze() argument
80 bool ModalSystemAppFreezeUIExtension::CreateModalUIExtension(std::string pid, std::string bundleName) in CreateModalUIExtension() argument
115 AAFwk::Want ModalSystemAppFreezeUIExtension::CreateSystemDialogWant(std::string pid, std::string bundleName) in CreateSystemDialogWant() argument
H A Dchild_process_record.cpp82 void ChildProcessRecord::SetPid(pid_t pid) in SetPid() argument
/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/
H A Damsmgrscheduler_fuzzer.cpp124 int pid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h182 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid() argument
238 virtual bool SetAppFreezeFilter(int32_t pid) in SetAppFreezeFilter() argument
243 virtual int32_t ChangeAppGcState(pid_t pid, int32_ argument
[all...]
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp983 int32_t pid = 0; in HWTEST_F() local

Completed in 18 milliseconds

1...<<41424344454647484950>>...80