| /base/hiviewdfx/faultloggerd/tools/crasher_cpp/faults/ |
| H A D | multi_thread_container_access.cpp | 50 th.join();
in MultiThreadVectorAccess() 72 th.join();
in MultiThreadMapAccess() 95 th.join();
in MultiThreadListAccess()
|
| /base/powermgr/power_manager/services/native/src/actions/default/suspend/ |
| H A D | suspend_controller.cpp | 89 POWER_HILOGD(FEATURE_SUSPEND, "daemon join start"); in Stop() 91 daemon_->join(); in Stop() 92 POWER_HILOGD(FEATURE_SUSPEND, "daemon join end"); in Stop()
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| H A D | hc_thread.c | 88 void Join(struct HcThreadT *thread)
in Join() function 126 thread->join = Join;
in InitThread()
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
| H A D | hc_thread.c | 81 void Join(struct HcThreadT *thread)
in Join() function 125 thread->join = Join;
in InitThread()
|
| /build/hb/containers/ |
| H A D | status.py | 81 _log_path = os.path.join(IoUtil.read_json_file( 84 _log_path = os.path.join(CURRENT_OHOS_ROOT, 'out', 'build.log') 86 _solution = '\n\t\t'.join(str(elem) for elem in _solution)
|
| /build/hb/services/ |
| H A D | ninja.py | 47 'Excuting ninja command: {}'.format(' '.join(ninja_cmd)), 'info') 51 os.path.join( 97 ninja_path = os.path.join(self.config.root_path, 'prebuilts/build-tools/{}-x86/bin/ninja'
|
| /build/hb/util/ |
| H A D | device_util.py | 50 kernel_path = os.path.join(board_path, kernel) 53 kernel_config = os.path.join(kernel_path, 'config.gni') 94 config = os.path.join(config_path, 'config.gni')
|
| /build/rust/tests/test_rlib_cargo_crate/crate/ |
| H A D | build.rs | 56 assert!(Path::new(&env::var_os("CARGO_MANIFEST_DIR").unwrap()).join("build.rs").exists()); in main() 66 let test_output_dir = Path::new(&env::var_os("OUT_DIR").unwrap()).join("generated"); in generate_some_code() 70 let mut file = std::fs::File::create(test_output_dir.join("generated.rs"))?; in generate_some_code()
|
| /build/test/example/ |
| H A D | mylogger.py | 85 log_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "log") 88 tfr_handler = SafeFileHandler(os.path.join(log_path, class_name + ".log")) 106 config_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "build_example.json")
|
| /build/tools/component_tools/ |
| H A D | components_dependence_analysis.py | 48 graph.render(filename=os.path.join(output_path, 'dep_graph')) 87 file_path = os.path.join(root_path, file) 96 file_path = os.path.join(root_path, file)
|
| /foundation/ability/idl_tool/scripts/ |
| H A D | idl.py | 37 print(" ".join(cmd) + " | execution_path: " + execution_path) 60 file_path = os.path.join(input_arguments.dst_path, file_name) 72 cmd = [os.path.join("./", name, "idl"),
|
| /foundation/arkui/ace_engine/test/component_test/tools/previewer_host/utils/ |
| H A D | file.js | 61 return path.join(folderPath, fileName); 85 const filePath = path.join(folderPath, file); 114 const target = path.join(dest, fileName);
|
| /foundation/multimedia/audio_framework/services/audio_service/common/src/ |
| H A D | audio_thread_task.cpp | 34 loop_->join(); in ~AudioThreadTask() 49 loop_->join(); in Start() 73 loop_->join(); in Stop()
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| H A D | worker_thread.h | 134 void Join() in Join() function in ffrt::WorkerThread 167 void Join() in Join() function in ffrt::WorkerThread 170 thread.join(); in Join()
|
| /foundation/resourceschedule/ffrt/test/ut/testcase/ |
| H A D | ut_thread.cpp | 115 wt->Join(); in HWTEST_F() 131 wt->Join(); in HWTEST_F() 142 wt->Join(); in HWTEST_F()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/ |
| H A D | network_sync_strategy.cpp | 90 return Constant::Join(StrategyInfo::PREFIX, Constant::KEY_SEPARATOR, { std::to_string(user), bundleName }); in GetKey() 95 return Constant::Join(StrategyInfo::PREFIX, Constant::KEY_SEPARATOR, { std::to_string(user) }); in GetKey() 100 return Constant::Join(StrategyInfo::PREFIX, Constant::KEY_SEPARATOR, { std::to_string(user), bundleName }); in GetKey()
|
| /test/testfwk/xdevice/src/xdevice/_core/report/ |
| H A D | __main__.py | 55 os.remove(os.path.join(report_path, filename)) 70 data_js = os.path.join(report_path, "static", "data.js") 75 export_csv = os.path.join(report_path, "export_report.csv")
|
| /test/testfwk/xdevice/src/xdevice/ |
| H A D | __main__.py | 46 resource_path = os.path.join(os.path.dirname(__file__), "_core", "resource") 47 template_path = os.path.join(resource_path, "template") 51 to_path = os.path.join(template_path, file)
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingCanvasDrawRecordCmdTest.cpp | 104 thread.join(); in HWTEST_F() 123 thread.join(); in HWTEST_F() 127 thread1.join(); in HWTEST_F()
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | asm.S | 24 #define JOIN(a, b) GLUE(a, b) define 25 #define X(s) JOIN(EXTERN_ASM, s) 41 #define L(s) JOIN(., s)
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | MeasureUnitThreadTest.java | 37 try {thread.join();} catch(InterruptedException e) {}; in MUThreadTest() 86 t1.join(); in NumericRaceTest() 87 t2.join(); in NumericRaceTest()
|
| /third_party/libwebsockets/lib/core-net/ |
| H A D | README.md | 17 not up yet, but subsequently the will all join the existing connection 28 client connection list for the vhost, can join their dll2 wsi->dll2_cli_txn_queue 56 but once it is made all the queued connections join the network connection as
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| H A D | build-skqp_fetch_gn.patch | 24 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir)) 27 +gnzip = os.path.join(tempfile.mkdtemp(), 'gn.zip') 53 +gn = os.path.join('bin', gn)
|
| /third_party/mesa3d/docs/ |
| H A D | doxygen-wrapper.py | 42 INPUT = ${' '.join(input_files)} 87 mesa_dir = os.path.join(this_dir, '..') 91 return os.path.join(mesa_dir, p)
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_intrinsics_c.py | 36 ${", ".join(str(comp) for comp in opcode.src_components)} 56 .flags = ${"0" if len(opcode.flags) == 0 else " | ".join(opcode.flags)}, 80 path = os.path.join(args.outdir, 'nir_intrinsics.c')
|