Lines Matching defs:thread
176 PlatformThreadHandle thread;
177 PlatformThread::Create(0, &signaler, &thread);
182 PlatformThread::Join(thread);
195 PlatformThreadHandle thread;
196 PlatformThread::Create(0, &signaler, &thread);
203 PlatformThread::Join(thread);
216 PlatformThreadHandle thread;
218 PlatformThread::Create(0, &signaler, &thread);
224 PlatformThread::Join(thread);
264 PlatformThreadHandle thread;
266 PlatformThread::Create(0, &signaler, &thread);
271 PlatformThread::Join(thread);