Home | History | Annotate | Download | only in synchronization

Lines Matching defs:thread

144   PlatformThreadHandle thread;
145 PlatformThread::Create(0, &signaler, &thread);
150 PlatformThread::Join(thread);
163 PlatformThreadHandle thread;
164 PlatformThread::Create(0, &signaler, &thread);
171 PlatformThread::Join(thread);
184 PlatformThreadHandle thread;
186 PlatformThread::Create(0, &signaler, &thread);
192 PlatformThread::Join(thread);
232 PlatformThreadHandle thread;
234 PlatformThread::Create(0, &signaler, &thread);
239 PlatformThread::Join(thread);