Home
last modified time | relevance | path

Searched refs:pthr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/platform/vkernel64/platform/
H A Dcothread.c110 pthread_create(&cotd->pthr, &attr, (void *)cothread_thread, cotd); in cothread_create()
131 pthread_join(cotd->pthr, NULL); in cothread_delete()
196 pthread_kill(cotd->pthr, SIGINT); in cothread_wakeup()
/dragonfly/sys/platform/vkernel64/include/
H A Dcothread.h43 pthread_t pthr; member