Searched refs:thread_t (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/
H A Dmeas.c47 typedef struct thread_t { struct
51 struct thread_t *next;
52 } thread_t; typedef in typeref:struct:thread_t
55 static thread_t *
58 thread_t *t;
61 t = malloc (sizeof(thread_t));
80 static thread_t *
83 thread_t *t;
92 t_free (thread_t *t)
184 thread_t *
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc127 sizeof(thread_t) * thread_count);

Completed in 6 milliseconds