Home
last modified time | relevance | path

Searched refs:_threads (Results 1 – 18 of 18) sorted by relevance

/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c64 static LIST_HEAD(_threads);
300 list_add_tail(&thread->_threads, &_threads); in create_thread()
320 list_del(&thread->_threads); in create_thread()
372 list_for_each_entry(p, &_threads, _threads) { in join_thread()
382 list_del(&t->_threads); in join_thread()
390 list_for_each_entry(p, &_threads, _threads) { in all_threads_quit()
399 list_for_each_entry_safe(p, t, &_threads, _threads) { in join_threads()
402 list_del(&p->_threads); in join_threads()
410 list_for_each_entry(p, &_threads, _threads) { in get_thread()
/third_party/python/Lib/concurrent/futures/
Dthread.py152 self._threads = set()
190 num_threads = len(self._threads)
200 self._threads.add(t)
234 for t in self._threads:
/third_party/python/Lib/
Dsocketserver.py674 _threads = _NoThreads() variable in ThreadingMixIn
696 self._threads.append(t)
701 self._threads.join()
/third_party/python/Lib/test/
Dtest_concurrent_futures.py416 self.assertEqual(len(self.executor._threads), 3)
420 for t in self.executor._threads:
429 for t in executor._threads:
435 threads = executor._threads
450 threads = executor._threads
464 threads = executor._threads
475 threads = executor._threads
909 self.assertEqual(len(executor._threads), executor._max_workers)
919 self.assertEqual(len(executor._threads), 1)
Dtest_asynchat.py111 self._threads = threading_helper.threading_setup()
114 threading_helper.threading_cleanup(*self._threads)
Dlock_tests.py78 self._threads = threading_helper.threading_setup()
81 threading_helper.threading_cleanup(*self._threads)
Dtest_socketserver.py517 self.assertLess(len(server._threads), 10)
Dtest_threading.py90 self._threads = threading_helper.threading_setup()
93 threading_helper.threading_cleanup(*self._threads)
Dtest_httpservers.py69 self._threads = threading_helper.threading_setup()
80 threading_helper.threading_cleanup(*self._threads)
/third_party/ltp/testcases/realtime/include/
Dlibrttest.h80 struct list_head _threads; member
/third_party/python/Lib/asyncio/
Dunix_events.py1341 self._threads = {}
1351 threads = [thread for thread in list(self._threads.values())
1363 threads = [thread for thread in list(self._threads.values())
1376 self._threads[pid] = thread
1412 self._threads.pop(expected_pid)
/third_party/python/Lib/test/test_asyncio/
Dutils.py529 threads = list(watcher._threads.values())
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md275 …hub.com/nodejs/node/commit/977f5acd04)] - **doc**: minor edit to worker\_threads.md (Rich Trott) […
278 …ejs/node/commit/c7b34cd8ee)] - **doc**: fix comma of the list in worker\_threads.md (Hang Jiang) […
648 …://github.com/nodejs/node/commit/a18b847d18)] - **doc**: improve worker\_threads documentation (An…
1112 …ub.com/nodejs/node/commit/edc9ceb16e)] - **doc**: fix issue with worker\_threads docs (Lee Byron) …
1377 …hub.com/nodejs/node/commit/1697604ae0)] - **doc,worker**: revise worker\_threads.md (Rich Trott) […
1653 …dejs/node/commit/a9f239fb60)] - **doc**: add EventTarget link to worker\_threads (Azard) [#25058](…
2752 …node/commit/927878e4a0)] - **doc**: remove personal pronoun from worker\_threads (Rich Trott) [#23…
DCHANGELOG_V10.md535 …ejs/node/commit/6bd33dde62)] - **doc**: fix comma of the list in worker\_threads.md (Hang Jiang) […
826 …dejs/node/commit/66e6c2a88b)] - **doc**: add EventTarget link to worker\_threads (Azard) [#25058](…
1425 …node/commit/4c04e7c321)] - **doc**: remove personal pronoun from worker\_threads (Rich Trott) [#23…
2026 …odejs/node/commit/70ccec2d91)] - **test**: increase coverage for worker\_threads (Rich Trott) [#22…
2982 …de/commit/9e3168478c)] - **doc**: fix missing parentPort link in worker\_threads (Thomas Watson) […
3104 …de/commit/dd2fc90dcf)] - **doc**: fix reference to workerData in worker\_threads (Jeremiah Senkpie…
3199 …e/commit/03fbc9e749)] - **(SEMVER-MINOR)** **worker**: rename to worker\_threads (Anna Henningsen)…
DCHANGELOG_V14.md1734 …m/nodejs/node/commit/2d6494775b)] - **doc**: fix invalid link in worker\_threads.md (Rich Trott) […
3121 …om/nodejs/node/commit/905e3d18c0)] - **doc**: fix line length in worker\_threads.md (Jucke) [#3441…
3122 …/node/commit/d67a2b8d38)] - **doc**: fix typos in n-api, tls and worker\_threads (Jucke) [#34419](…
DCHANGELOG_V13.md1357 …ejs/node/commit/7d98a59c39)] - **doc**: add note about debugging worker\_threads (Denys Otrishko) …
/third_party/python/Doc/c-api/
Dinit.rst678 .. _threads:
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log9860 …Type 'NamedObject' is missing the following properties from type 'Process': _threads, _threadByNam…