Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/examples/
Dprofile_everything31 [threadgroup]
49 [threadgroup]
106 #[threadgroup]
/external/ltp/utils/ffsb-6.0-rc2/
DREADME90 Also, if a filesystem is to be aged, a special threadgroup clause may
92 and number of threads used to age the filesystem. This threadgroup is
119 "Think-time" for a threadgroup may also be specified in millisecond
165 If the fsync_flag parameter for the threadgroup is non-zero,
219 threadgroup but write_blocksize isn't specified, the parse won't catch
296 # then a valid threadgroup specification
299 agefs=1 # age the filesystem according to the following threadgroup
383 In a threadgroup clause, num_threads is required and must be at least
385 to be a valid threadgroup. Operations can be given a weighting of 0,
406 Other threadgroup options:
[all …]
/external/valgrind/coregrind/
Dpub_core_threadstate.h124 Int threadgroup; // thread group id member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c271 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-ppc64-linux.c458 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-ppc32-linux.c308 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-mips64-linux.c229 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-amd64-linux.c262 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-s390x-linux.c260 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-arm-linux.c211 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-mips32-linux.c282 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-tilegx-linux.c373 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-x86-linux.c275 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-solaris.c129 tst->os_state.threadgroup = VG_(getpid)(); in thread_wrapper()
6636 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
Dsyswrap-linux.c97 tst->os_state.threadgroup = VG_(getpid)(); in thread_wrapper()
744 VG_(threads)[t].os_state.threadgroup != tst->os_state.threadgroup in PRE()
Dsyswrap-generic.c3715 if (tgid != -1 && tst->os_state.threadgroup != tgid) in ML_()
Dsyswrap-darwin.c112 tst->os_state.threadgroup = VG_(getpid)(); in thread_wrapper()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c490 tst->os_state.threadgroup = 0; in os_state_clear()
582 VG_(threads)[me].os_state.threadgroup = VG_(getpid)(); in sched_fork_cleanup()