Home
last modified time | relevance | path

Searched refs:objc_thread_t (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dthr.c156 objc_thread_t
160 objc_thread_t thread_id = NULL; in objc_thread_detach()
231 objc_thread_t
315 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()
/dflybsd-src/contrib/gcc-4.7/libobjc/objc/
H A Dthr.h51 typedef void * objc_thread_t; typedef
56 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);
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dgthr-single.h69 static inline objc_thread_t
109 static inline objc_thread_t
113 return (objc_thread_t) 1; in __gthread_objc_thread_id()
H A Dgthr-posix.h382 static inline objc_thread_t
385 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_t
490 return (objc_thread_t) __gthrw_(pthread_self) (); in __gthread_objc_thread_id()
492 return (objc_thread_t) 1; in __gthread_objc_thread_id()
/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Dgthr-single.h69 static inline objc_thread_t
109 static inline objc_thread_t
113 return (objc_thread_t) 1; in __gthread_objc_thread_id()
H A Dgthr-posix.h387 static inline objc_thread_t
390 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_t
495 return (objc_thread_t) __gthrw_(pthread_self) (); in __gthread_objc_thread_id()
497 return (objc_thread_t) 1; in __gthread_objc_thread_id()