Searched refs:_threads (Results 1 – 22 of 22) sorted by relevance
/third_party/ltp/testcases/realtime/lib/ |
D | librttest.c | 64 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/ |
D | thread.py | 152 self._threads = set() 190 num_threads = len(self._threads) 200 self._threads.add(t) 234 for t in self._threads:
|
/third_party/python/Lib/ |
D | socketserver.py | 674 _threads = _NoThreads() variable in ThreadingMixIn 696 self._threads.append(t) 701 self._threads.join()
|
/third_party/python/Lib/test/ |
D | test_concurrent_futures.py | 416 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)
|
D | test_asynchat.py | 111 self._threads = threading_helper.threading_setup() 114 threading_helper.threading_cleanup(*self._threads)
|
D | lock_tests.py | 78 self._threads = threading_helper.threading_setup() 81 threading_helper.threading_cleanup(*self._threads)
|
D | test_socketserver.py | 517 self.assertLess(len(server._threads), 10)
|
D | test_threading.py | 90 self._threads = threading_helper.threading_setup() 93 threading_helper.threading_cleanup(*self._threads)
|
D | test_httpservers.py | 69 self._threads = threading_helper.threading_setup() 80 threading_helper.threading_cleanup(*self._threads)
|
/third_party/ltp/testcases/realtime/include/ |
D | librttest.h | 80 struct list_head _threads; member
|
/third_party/python/Lib/asyncio/ |
D | unix_events.py | 1341 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/ |
D | utils.py | 529 threads = list(watcher._threads.values())
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V11.md | 280 …hub.com/nodejs/node/commit/977f5acd04)] - **doc**: minor edit to worker\_threads.md (Rich Trott) [… 283 …ejs/node/commit/c7b34cd8ee)] - **doc**: fix comma of the list in worker\_threads.md (Hang Jiang) [… 655 …://github.com/nodejs/node/commit/a18b847d18)] - **doc**: improve worker\_threads documentation (An… 1122 …ub.com/nodejs/node/commit/edc9ceb16e)] - **doc**: fix issue with worker\_threads docs (Lee Byron) … 1389 …hub.com/nodejs/node/commit/1697604ae0)] - **doc,worker**: revise worker\_threads.md (Rich Trott) [… 1667 …dejs/node/commit/a9f239fb60)] - **doc**: add EventTarget link to worker\_threads (Azard) [#25058](… 2771 …node/commit/927878e4a0)] - **doc**: remove personal pronoun from worker\_threads (Rich Trott) [#23…
|
D | CHANGELOG_V16.md | 114 …e/commit/330c1bc518)] - **doc**: add comments to empty blocks in worker\_threads text (Rich Trott)… 428 …/node/commit/41cfc32602)] - **doc**: fix example description for worker\_threads (Dmitry Petrov) [… 1223 …node/commit/570bef1710)] - _**Revert**_ "**src**: skip test\_fatal/test\_threads for Debug builds"… 2050 …ub.com/nodejs/node/commit/9ba5518f08)] - **src**: skip test\_fatal/test\_threads for Debug builds … 2329 …ithub.com/nodejs/node/commit/67cd88da00)] - **doc**: fix typo in worker\_threads.md (takayama) [#3…
|
D | CHANGELOG_V10.md | 792 …ejs/node/commit/6bd33dde62)] - **doc**: fix comma of the list in worker\_threads.md (Hang Jiang) [… 1084 …dejs/node/commit/66e6c2a88b)] - **doc**: add EventTarget link to worker\_threads (Azard) [#25058](… 1687 …node/commit/4c04e7c321)] - **doc**: remove personal pronoun from worker\_threads (Rich Trott) [#23… 2292 …odejs/node/commit/70ccec2d91)] - **test**: increase coverage for worker\_threads (Rich Trott) [#22… 3254 …de/commit/9e3168478c)] - **doc**: fix missing parentPort link in worker\_threads (Thomas Watson) [… 3377 …de/commit/dd2fc90dcf)] - **doc**: fix reference to workerData in worker\_threads (Jeremiah Senkpie… 3472 …e/commit/03fbc9e749)] - **(SEMVER-MINOR)** **worker**: rename to worker\_threads (Anna Henningsen)…
|
D | CHANGELOG_V17.md | 577 …e/commit/8a42a20b8a)] - **doc**: add comments to empty blocks in worker\_threads text (Rich Trott)… 805 …/node/commit/c267bb2192)] - **doc**: fix example description for worker\_threads (Dmitry Petrov) […
|
D | CHANGELOG_V15.md | 1186 …//github.com/nodejs/node/commit/c5602fb166)] - **doc**: simplify worker\_threads.md text (Rich Tro… 1410 …m/nodejs/node/commit/e8a8513b2c)] - **doc**: fix invalid link in worker\_threads.md (Rich Trott) […
|
D | CHANGELOG_V14.md | 1638 …m/nodejs/node/commit/2d6494775b)] - **doc**: fix invalid link in worker\_threads.md (Rich Trott) [… 3044 …om/nodejs/node/commit/905e3d18c0)] - **doc**: fix line length in worker\_threads.md (Jucke) [#3441… 3045 …/node/commit/d67a2b8d38)] - **doc**: fix typos in n-api, tls and worker\_threads (Jucke) [#34419](…
|
D | CHANGELOG_V12.md | 668 …om/nodejs/node/commit/b644ab6ae6)] - **doc**: fix line length in worker\_threads.md (Jucke) [#3441… 669 …/node/commit/fb9b66bdd7)] - **doc**: fix typos in n-api, tls and worker\_threads (Jucke) [#34419](… 3730 …ejs/node/commit/7ebafda6c3)] - **doc**: add note about debugging worker\_threads (Denys Otrishko) …
|
D | CHANGELOG_V13.md | 1730 …ejs/node/commit/7d98a59c39)] - **doc**: add note about debugging worker\_threads (Denys Otrishko) …
|
D | CHANGELOG_V18.md | 4112 …m/nodejs/node/commit/badf72dd0a)] - **doc**: use serial comma in worker\_threads docs (Tobias Nieß…
|
/third_party/python/Doc/c-api/ |
D | init.rst | 678 .. _threads:
|