| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
| H A D | 1-1.c | 16 * 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 D | 3-1.c | 62 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 D | default-worker-threads-task-runner.cc | 30 // 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 D | thread_callonce_test.cpp | 32 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 D | mk-fipsmodule-cnf.pl | 33 # chunks, and join the chunks with colons. 36 my $module_mac = join(':', @module_mac);
|
| /third_party/libphonenumber/resources/carrier/en/ |
| H A D | 32.txt | 42 324671|Join Experience Belgium 43 324672|Join Experience Belgium
|
| /third_party/python/Tools/c-analyzer/cpython/ |
| H A D | _files.py | 36 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 D | vector.py | 53 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 D | keywordgen.py | 68 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 D | mk-fipsmodule-cnf.pl | 33 # chunks, and join the chunks with colons. 36 my $module_mac = join(':', @module_mac);
|
| /third_party/python/Lib/lib2to3/fixes/ |
| H A D | fix_renames.py | 18 return "(" + "|".join(map(repr, members)) + ")" 44 PATTERN = "|".join(build_pattern())
|
| /third_party/python/Lib/ctypes/test/ |
| H A D | test_errno.py | 40 t.join() 69 t.join()
|
| /third_party/skia/src/effects/ |
| H A D | SkOpPE.h | 62 SkStrokePE(SkScalar width, SkPaint::Join, SkPaint::Cap, SkScalar miter); 76 SkPaint::Join fJoin;
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Thread.cpp | 35 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 D | SynchronizationTests.cpp | 69 t.join(); in TEST() 85 t.join(); in TEST()
|
| /third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/ |
| H A D | shell_minimal.html | 38 text = Array.prototype.slice.call(arguments).join(' '); 43 text = Array.prototype.slice.call(arguments).join(' ');
|
| /third_party/parse5/test/utils/ |
| H A D | parse-dat-file.ts | 60 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 D | platform_thread.h | 58 // 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 D | make_data_cpp.py | 38 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 D | regenerate-unicode-identifier-parts.mjs | 29 console.log(`const unicodeESNextIdentifierStart = [${starts.join(", ")}];`);
30 console.log(`const unicodeESNextIdentifierPart = [${parts.join(", ")}];`);
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | undeclaredModuleError.errors.txt | 13 function join(...paths: string[]) {}
23 var fullPath = join(IDoNotExist);
|
| /third_party/skia/experimental/skrive/src/ |
| H A D | Paint.cpp | 47 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 D | compile.py | 30 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 D | run_gn_to_bp.go | 32 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 D | SkSGPaint.h | 36 SG_ATTRIBUTE(StrokeJoin , SkPaint::Join , fStrokeJoin ) 51 SkPaint::Join fStrokeJoin = SkPaint::kMiter_Join;
|