Home
last modified time | relevance | path

Searched defs:pthread (Results 1 – 17 of 17) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_join.c44 pthread_t pthread = (pthread_t)arg; in backout_join() local
52 _pthread_join(pthread_t pthread, void **thread_return) in _pthread_join()
58 _pthread_timedjoin_np(pthread_t pthread, void **thread_return, in _pthread_timedjoin_np()
69 join_common(pthread_t pthread, void **thread_return, in join_common()
H A Dthr_spec.c192 pthread_t pthread; in _pthread_setspecific() local
226 pthread_t pthread; in _pthread_getspecific() local
H A Dthr_getcpuclockid.c38 _pthread_getcpuclockid(pthread_t pthread, clockid_t *clock_id) in _pthread_getcpuclockid()
H A Dthr_detach.c37 _pthread_detach(pthread_t pthread) in _pthread_detach()
H A Dthr_getprio.c39 _pthread_getprio(pthread_t pthread) in _pthread_getprio()
H A Dthr_kill.c41 _pthread_kill(pthread_t pthread, int sig) in _pthread_kill()
H A Dthr_getschedparam.c43 _pthread_getschedparam(pthread_t pthread, int * __restrict policy, in _pthread_getschedparam()
H A Dthr_setprio.c38 _pthread_setprio(pthread_t pthread, int prio) in _pthread_setprio()
H A Dthr_setschedparam.c44 _pthread_setschedparam(pthread_t pthread, int policy, in _pthread_setschedparam()
H A Dthr_cancel.c36 _pthread_cancel(pthread_t pthread) in _pthread_cancel()
H A Dthr_list.c342 pthread_t pthread; in _thr_find_thread() local
H A Dthr_mutex.c760 _mutex_unlock_private(pthread_t pthread) in _mutex_unlock_private()
/dragonfly/sys/contrib/dev/acpica/source/include/platform/
H A Dacfreebsd.h216 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
H A Daccygwin.h195 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
H A Dacdragonfly.h233 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
/dragonfly/test/interbench/
H A Dinterbench.h48 pthread_t pthread; member
H A Dinterbench.c191 void set_thread_fifo(pthread_t pthread, int prio) in set_thread_fifo()
235 void set_thread_normal(pthread_t pthread) in set_thread_normal()