Searched refs:threads (Results 1 – 11 of 11) sorted by relevance
/u-boot/doc/ |
A D | README.sched | 24 applications must invoke thread_yield() to allow other threads to 36 - Only seven threads are allowed. These can be easily increased by 48 threads implementations. 50 - There is no parent-child relationship between threads. Only one
|
/u-boot/tools/buildman/ |
A D | control.py | 40 str += ' (%d thread%s, %d job%s per thread)' % (options.threads, 41 GetPlural(options.threads), options.jobs, GetPlural(options.jobs)) 297 if options.threads is None: 298 options.threads = min(multiprocessing.cpu_count(), len(selected)) 322 options.threads, options.jobs, gnu_make=gnu_make, checkout=True,
|
A D | test.py | 190 def _SetupTest(self, echo_lines=False, threads=1, **kwdisplay_args): argument 202 build = builder.Builder(self.toolchains, self.base_dir, None, threads, 443 lines = self._SetupTest(show_errors=True, threads=0) 460 options.threads = None
|
A D | builder.py | 272 self.threads = [] 323 self.threads.append(t) 328 self.threads.append(t) 341 for t in self.threads:
|
A D | README | 77 Buildman starts multiple threads, and each thread builds for one board at 97 threads do not affect the state of your git repository. Any checkouts done 124 number of threads beyond the default. 511 Building 18 commits for 1059 boards (4 threads, 1 job per thread) 534 This shows that it will build all 1059 boards, using 4 threads (because 555 Building 18 commits for 1059 boards (4 threads, 1 job per thread) 696 Summary of 10 commits for 1066 boards (4 threads, 1 job per thread) 1061 Summary of 2 commits for 3 boards (3 threads, 3 jobs per thread) 1221 You can use the -T flag to change the number of threads. If you are only 1261 - using the same git repo for all threads instead of cloning it. Currently
|
/u-boot/doc/device-tree-bindings/mailbox/ |
A D | k3-secure-proxy.txt | 5 configurable threads maintained by System power processor. Each thread
|
/u-boot/lib/lzma/ |
A D | history.txt | 12 if more than 10 threads were used (or more than 20 threads in some modes).
|
/u-boot/board/freescale/t208xqds/ |
A D | README | 12 - Four dual-threads 64-bit Power architecture e6500 cores, up to 1.8GHz 52 - T2080 SoC integrating four 64-bit dual-threads e6500 cores up to 1.8GHz
|
/u-boot/doc/develop/ |
A D | coccinelle.rst | 142 ``--chunksize 1`` argument, this ensures we keep feeding threads with work 144 a few threads. With dynamic load balancing, if a thread finishes early we keep
|
/u-boot/board/freescale/t208xrdb/ |
A D | README | 12 - Four dual-threads 64-bit Power architecture e6500 cores, up to 1.8GHz
|
/u-boot/scripts/ |
A D | spelling.txt | 1140 threds||threads
|
Completed in 14 milliseconds