Lines Matching defs:thread
18 #include "thread.h"
63 /* Signal thread_create thread is initialized. */
71 /* Waiting for main thread to kill us. */
89 /* Wait for thread initialization. */
106 /* 0 is main thread */
121 /* cleanup the main thread */
183 * thread object.
188 struct thread *thread;
191 thread = machine__findnew_thread(machine, getpid(), td->tid);
195 thread__find_map(thread, PERF_RECORD_MISC_USER,
198 thread__put(thread);
217 * main thread) and each thread creates memory map.
227 * by using all thread objects.
242 DEFINE_SUITE("Lookup mmap thread", mmap_thread_lookup);