Home
last modified time | relevance | path

Searched refs:__gthread_t (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/libgcc/
HDgthr-posix.h47 typedef pthread_t __gthread_t; typedef
683 __gthread_create (__gthread_t *__threadid, void *(*__func) (void*), in __gthread_create()
690 __gthread_join (__gthread_t __threadid, void **__value_ptr) in __gthread_join()
696 __gthread_detach (__gthread_t __threadid) in __gthread_detach()
702 __gthread_equal (__gthread_t __t1, __gthread_t __t2) in __gthread_equal()
707 static inline __gthread_t
/dragonfly/contrib/gcc-4.7/libgcc/
HDgthr-posix.h53 typedef pthread_t __gthread_t; typedef
678 __gthread_create (__gthread_t *__threadid, void *(*__func) (void*), in __gthread_create()
685 __gthread_join (__gthread_t __threadid, void **__value_ptr) in __gthread_join()
691 __gthread_detach (__gthread_t __threadid) in __gthread_detach()
697 __gthread_equal (__gthread_t __t1, __gthread_t __t2) in __gthread_equal()
702 static inline __gthread_t
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dthread63 typedef __gthread_t native_handle_type;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dthread74 typedef __gthread_t native_handle_type;