Searched defs:tgid (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/arm/linux/
H A Dsystem.cc337 uint32_t tgid = 0; local
294 getTaskDetails(ThreadContext *tc, uint32_t &pid, uint32_t &tgid, std::string &next_task_str, int32_t &mm) argument
316 getTaskDetails(ThreadContext *tc, uint32_t &pid, uint32_t &tgid, std::string &next_task_str, int32_t &mm) argument
/gem5/src/sim/
H A Dfutex_map.hh47 uint64_t tgid; member in class:FutexKey
126 suspend(Addr addr, uint64_t tgid, ThreadContext *tc) argument
144 wakeup(Addr addr, uint64_t tgid, int count) argument
172 suspend_bitset(Addr addr, uint64_t tgid, ThreadContext *tc, int bitmask) argument
194 wakeup_bitset(Addr addr, uint64_t tgid, int bitmask) argument
236 requeue(Addr addr1, uint64_t tgid, int count, int count2, Addr addr2) argument
[all...]
H A Dprocess.hh91 inline uint64_t tgid() { return _tgid; } function in class:Process
H A Dsyscall_emul.hh2327 int tgid = process->getSyscallArg(tc, index); local
[all...]
H A Dsyscall_emul.cc87 exitFutexWake(ThreadContext *tc, Addr addr, uint64_t tgid) argument

Completed in 26 milliseconds