Searched refs:CLONE_THREAD (Results 1 - 3 of 3) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt.h68 #define CLONE_THREAD 0x00010000 macro
71 | CLONE_PARENT | CLONE_THREAD | CLONE_IO)
H A Dtest_macros_mt_ecall.h73 #define CLONE_THREAD 0x00010000 macro
80 | CLONE_THREAD | CLONE_IO \
/gem5/src/sim/
H A Dprocess.cc124 * with a new, equivalent value. If CLONE_THREAD is specified, patch
153 #ifndef CLONE_THREAD
154 #define CLONE_THREAD 0 macro
227 if (CLONE_THREAD & flags) {

Completed in 13 milliseconds