Searched refs:apr_os_thread_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_portable.h69 typedef HANDLE apr_os_thread_t; typedef
82 typedef TID apr_os_thread_t; typedef
103 typedef thread_id apr_os_thread_t; typedef
116 typedef NXThreadId_t apr_os_thread_t; typedef
159 typedef pthread_t apr_os_thread_t; /**< native thread */ typedef
305 APR_DECLARE(apr_status_t) apr_os_thread_get(apr_os_thread_t **thethd,
323 apr_os_thread_t *thethd,
338 APR_DECLARE(apr_os_thread_t) apr_os_thread_current(void);
346 APR_DECLARE(int) apr_os_thread_equal(apr_os_thread_t tid1,
347 apr_os_thread_t tid
[all...]
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dthread.c191 APR_DECLARE(apr_os_thread_t) apr_os_thread_current(void)
196 APR_DECLARE(int) apr_os_thread_equal(apr_os_thread_t tid1,
197 apr_os_thread_t tid2)
279 APR_DECLARE(apr_status_t) apr_os_thread_get(apr_os_thread_t **thethd,
287 apr_os_thread_t *thethd,
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_snprintf.c486 static char *conv_os_thread_t(apr_os_thread_t *tid, char *buf_end, apr_size_t *len)
489 apr_os_thread_t tid;
657 static char *conv_os_thread_t_hex(apr_os_thread_t *tid, char *buf_end, apr_size_t *len)
660 apr_os_thread_t tid;
1198 apr_os_thread_t *tid;
1200 tid = va_arg(ap, apr_os_thread_t *);
1223 apr_os_thread_t *tid;
1225 tid = va_arg(ap, apr_os_thread_t *);
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c662 apr_os_thread_t *os_thread;
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c605 apr_os_thread_t owner;
619 apr_os_thread_t in_use_by;

Completed in 70 milliseconds