Searched refs:thread (Results 1 – 17 of 17) sorted by relevance
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.sched | 16 - There are NO primitives for thread synchronization (locking, 19 - Only the GPRs and FPRs context is saved during a thread context 30 - There are NO capabilities to collect thread CPU usage, scheduler 31 stats, thread status etc. 39 - The stack size of each thread is 8KBytes. This can be easily 43 - Only one master/parent thread is allowed, and it cannot be 44 stopped or deleted. Any given thread is NOT allowed to stop or 51 thread may thread_join, preferably the master/parent thread.
|
| H A D | README.b4860qds | 18 . Four dual-thread e6500 Power Architecture processors organized in one cluster-each
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/ |
| H A D | domain.h | 43 unsigned int domain = current->thread.domain; \ 46 current->thread.domain = domain; \ 47 set_domain(current->thread.domain); \
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | system.h | 20 register unsigned long *__ts1 __asm__ ("r1") = &prev->thread.sp; \ 21 register unsigned long *__ts2 __asm__ ("r2") = &prev->thread.pc; \ 24 register unsigned long *__ts6 __asm__ ("r6") = &next->thread.sp; \ 25 register unsigned long __ts7 __asm__ ("r7") = next->thread.pc; \
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | processor.h | 115 #define get_task_struct(p) atomic_inc(&(p)->thread.refcount) 118 if (atomic_dec_and_test(&(p)->thread.refcount)) \
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | system.h | 37 (last) = switch_thread (&prev->thread, &next->thread); \
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | processor.h | 101 #define release_thread(thread) do { } while(0) argument
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | patman.py | 169 in_reply_to=options.in_reply_to, thread=options.thread)
|
| H A D | patman | 169 in_reply_to=options.in_reply_to, thread=options.thread)
|
| H A D | gitutil.py | 336 self_only=False, alias=None, in_reply_to=None, thread=False): argument 413 if thread:
|
| H A D | func_test.py | 156 in_reply_to=in_reply_to, thread=None)
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | README | 77 Buildman starts multiple threads, and each thread builds for one board at 78 a time. A thread starts at the first commit, configures the source for your 80 incremental build. Eventually the thread reaches the last commit and stops. 81 If errors or warnings are found along the way, the thread will reconfigure 87 It creates a separate working directory for each thread, and puts the 92 directory. It clones this repository into a copy for each thread, and the 94 by the thread affect only the working directory for that thread. 149 typically 250MB per thread. 492 Building 18 commits for 1059 boards (4 threads, 1 job per thread) 516 we have a 4-core CPU). Each thread will run with -j1, meaning that each [all …]
|
| H A D | builder.py | 1399 for thread in range(max_threads): 1400 self._PrepareThread(thread, setup_git)
|
| /rk3399_rockchip-uboot/board/intel/ |
| H A D | Kconfig | 51 single-core, single-thread, Intel Pentium processor instrunction set
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | processor.h | 1313 #define KSTK_EIP(tsk) ((tsk)->thread.regs->nip) 1314 #define KSTK_ESP(tsk) ((tsk)->thread.regs->gpr[1])
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | am335x-bone-common.dtsi | 302 * For details, see linux-omap mailing list May 2015 thread
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.src | 1075 /* by another thread */
|