Searched defs:threadid (Results 1 - 4 of 4) sorted by relevance

/gem5/tests/test-progs/mwait/
H A Dmwait.c15 void *DoWork1(void *threadid) argument
22 void *DoWork2(void *threadid) argument
/gem5/util/m5/jni/
H A Dgem5Op.java65 public native void work_begin(long workid, long threadid); argument
66 public native void work_end(long workid, long threadid); argument
/gem5/util/m5/
H A Dlua_gem5Op.c230 uint64_t threadid = lua_tointeger(L, 2); local
239 uint64_t threadid = lua_tointeger(L, 2); local
/gem5/src/sim/
H A Dpseudo_inst.cc602 workbegin(ThreadContext *tc, uint64_t workid, uint64_t threadid) argument
665 workend(ThreadContext *tc, uint64_t workid, uint64_t threadid) argument
[all...]

Completed in 8 milliseconds