Searched refs:objc_thread_t (Results 1 – 6 of 6) sorted by relevance
156 objc_thread_t160 objc_thread_t thread_id = NULL; in objc_thread_detach()231 objc_thread_t315 objc_thread_t thread_id; in objc_mutex_lock()345 objc_thread_t thread_id; in objc_mutex_trylock()377 objc_thread_t thread_id; in objc_mutex_unlock()465 objc_thread_t thread_id; in objc_condition_wait()482 mutex->owner = (objc_thread_t)NULL; in objc_condition_wait()
51 typedef void * objc_thread_t; typedef56 volatile objc_thread_t owner; /* Id of thread that owns. */84 objc_thread_t objc_thread_detach (SEL selector, id object, id argument);91 objc_thread_t objc_thread_id (void);
69 static inline objc_thread_t109 static inline objc_thread_t113 return (objc_thread_t) 1; in __gthread_objc_thread_id()
382 static inline objc_thread_t385 objc_thread_t thread_id; in __gthread_objc_thread_detach()393 thread_id = (objc_thread_t) new_thread_handle; in __gthread_objc_thread_detach()486 static inline objc_thread_t490 return (objc_thread_t) __gthrw_(pthread_self) (); in __gthread_objc_thread_id()492 return (objc_thread_t) 1; in __gthread_objc_thread_id()
387 static inline objc_thread_t390 objc_thread_t thread_id; in __gthread_objc_thread_detach()398 thread_id = (objc_thread_t) new_thread_handle; in __gthread_objc_thread_detach()491 static inline objc_thread_t495 return (objc_thread_t) __gthrw_(pthread_self) (); in __gthread_objc_thread_id()497 return (objc_thread_t) 1; in __gthread_objc_thread_id()