Home
last modified time | relevance | path

Searched full:join (Results 1451 - 1475 of 8037) sorted by relevance

1...<<51525354555657585960>>...322

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D1-1.c16 * 3. Try and join the thread to main() using pthread_join()
71 /* Now try and join it. This should fail. */ in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/
H A D3-1.c62 printf("Failed to join thread: %s", strerror(err)); in main()
68 printf("Failed to join thread: %s", strerror(err)); in main()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-worker-threads-task-runner.cc30 // Clearing the thread pool lets all worker threads join. in Terminate()
69 DefaultWorkerThreadsTaskRunner::WorkerThread::~WorkerThread() { Join(); } in ~WorkerThread()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_callonce_test.cpp32 std::thread([&onceCall] { call_once(&onceCall, CallThrdSleep); }).join(); in HWTEST_F()
52 std::thread([&onceCall] { pthread_once(&onceCall, CallThrdSleep); }).join(); in HWTEST_F()
/third_party/node/deps/openssl/openssl/util/
H A Dmk-fipsmodule-cnf.pl33 # chunks, and join the chunks with colons.
36 my $module_mac = join(':', @module_mac);
/third_party/libphonenumber/resources/carrier/en/
H A D32.txt42 324671|Join Experience Belgium
43 324672|Join Experience Belgium
/third_party/python/Tools/c-analyzer/cpython/
H A D_files.py36 return os.path.join(REPO_ROOT, filename)
44 globs = (os.path.join(REPO_ROOT, file) for file in GLOBS)
/third_party/python/Tools/demo/
H A Dvector.py53 args = ', '.join([repr(x) for x in self.v])
57 components = ' '.join([str(x) for x in self.v])
/third_party/python/Tools/peg_generator/pegen/
H A Dkeywordgen.py68 keywords = "" if not all_keywords else " " + ",\n ".join(map(repr, all_keywords))
70 "" if not all_soft_keywords else " " + ",\n ".join(map(repr, all_soft_keywords))
/third_party/openssl/util/
H A Dmk-fipsmodule-cnf.pl33 # chunks, and join the chunks with colons.
36 my $module_mac = join(':', @module_mac);
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_renames.py18 return "(" + "|".join(map(repr, members)) + ")"
44 PATTERN = "|".join(build_pattern())
/third_party/python/Lib/ctypes/test/
H A Dtest_errno.py40 t.join()
69 t.join()
/third_party/skia/src/effects/
H A DSkOpPE.h62 SkStrokePE(SkScalar width, SkPaint::Join, SkPaint::Cap, SkScalar miter);
76 SkPaint::Join fJoin;
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.cpp35 join(); // Make threads exit before deleting them to not block here in ~Thread()
38 void Thread::join() in join() function in sw::Thread
/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/
H A DSynchronizationTests.cpp69 t.join(); in TEST()
85 t.join(); in TEST()
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
H A Dshell_minimal.html38 text = Array.prototype.slice.call(arguments).join(' ');
43 text = Array.prototype.slice.call(arguments).join(' ');
/third_party/parse5/test/utils/
H A Dparse-dat-file.ts60 input: (descr['#data'] as string[]).join('\n'),
61 expected: (descr['#document'] as string[]).join('\n'),
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dplatform_thread.h58 // NOTE: When you are done with the thread handle, you must call Join to
66 static void Join(PlatformThreadHandle thread_handle);
/third_party/skia/third_party/icu/
H A Dmake_data_cpp.py38 line = ','.join('%d' % v for _, v in zip(range(8), src))
49 print('\n'.join('>>> %r' % x for x in sys.argv))
/third_party/typescript/scripts/
H A Dregenerate-unicode-identifier-parts.mjs29 console.log(`const unicodeESNextIdentifierStart = [${starts.join(", ")}];`);
30 console.log(`const unicodeESNextIdentifierPart = [${parts.join(", ")}];`);
/third_party/typescript/tests/baselines/reference/
H A DundeclaredModuleError.errors.txt13 function join(...paths: string[]) {}
23 var fullPath = join(IDoNotExist);
/third_party/skia/experimental/skrive/src/
H A DPaint.cpp47 static constexpr SkPaint::Join gJoinMap[] = { in parse_fill_stroke()
52 node->setStrokeJoin(gJoinMap[std::min<size_t>(sr->readUInt8("join"), in parse_fill_stroke()
/third_party/skia/infra/bots/recipes/
H A Dcompile.py30 out_dir = api.vars.cache_dir.join(
80 api.path['start_dir'].join('tmp', 'uninteresting_hashes.txt')
/third_party/skia/infra/bots/task_drivers/run_gn_to_bp/
H A Drun_gn_to_bp.go32 binPath := filepath.Join(skiaCheckoutAbsPath, "bin")
35 if _, err := exec.RunCwd(ctx, skiaCheckoutAbsPath, filepath.Join(binPath, "fetch-gn")); err != nil {
/third_party/skia/modules/sksg/include/
H A DSkSGPaint.h36 SG_ATTRIBUTE(StrokeJoin , SkPaint::Join , fStrokeJoin )
51 SkPaint::Join fStrokeJoin = SkPaint::kMiter_Join;

Completed in 9 milliseconds

1...<<51525354555657585960>>...322