Home | History | Annotate | Download | only in libobjc

Lines Matching defs:thread_id

153   objc_thread_t        thread_id = NULL;
169 if ((thread_id = __gthread_objc_thread_detach ((void *)__objc_thread_detach_function,
182 return thread_id;
308 objc_thread_t thread_id;
316 thread_id = __gthread_objc_thread_id ();
317 if (mutex->owner == thread_id)
328 mutex->owner = thread_id;
338 objc_thread_t thread_id;
346 thread_id = __gthread_objc_thread_id ();
347 if (mutex->owner == thread_id)
358 mutex->owner = thread_id;
370 objc_thread_t thread_id;
378 thread_id = __gthread_objc_thread_id ();
379 if (mutex->owner != thread_id)
458 objc_thread_t thread_id;
465 thread_id = __gthread_objc_thread_id ();
466 if (mutex->owner != thread_id)
481 mutex->owner = thread_id;