Home
last modified time | relevance | path

Searched refs:mythread (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/xz/src/common/
H A Dmythread.h112 typedef pthread_t mythread; typedef
156 mythread_create(mythread *thread, void *(*func)(void *arg), void *arg) in mythread_create()
171 mythread_join(mythread thread) in mythread_join()
343 typedef HANDLE mythread; typedef
386 mythread_create(mythread *thread, in mythread_create()
398 mythread_join(mythread thread) in mythread_join()
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_unsol.h42 extern int32_t ocs_unsol_rq_thread(ocs_thread_t *mythread);
H A Docs_unsol.c80 ocs_unsol_rq_thread(ocs_thread_t *mythread) in ocs_unsol_rq_thread() argument
82 ocs_xport_rq_thread_info_t *thread_data = mythread->arg; in ocs_unsol_rq_thread()
87 ocs_log_debug(ocs, "%s running\n", mythread->name); in ocs_unsol_rq_thread()
88 while (!ocs_thread_terminate_requested(mythread)) { in ocs_unsol_rq_thread()
105 ocs_log_debug(ocs, "%s exiting\n", mythread->name); in ocs_unsol_rq_thread()
H A Docs_os.c676 void *ocs_thread_get_arg(ocs_thread_t *mythread) in ocs_thread_get_arg() argument
678 return mythread->arg; in ocs_thread_get_arg()
H A Docs_os.h979 typedef int32_t (*ocs_thread_fctn)(ocs_thread_t *mythread);
1006 extern void *ocs_thread_get_arg(ocs_thread_t *mythread);
/freebsd-12.1/contrib/xz/
H A DChangeLog1458 src/common/mythread.h | 2 ++
2612 src/common/mythread.h | 2 +-
2790 Now liblzma only uses "mythread" functions and types
2791 which are defined in mythread.h matching the desired
3465 src/common/mythread.h | 5 +++--
4520 Don't use clockid_t in mythread.h when clock_gettime() isn't available.
4524 src/common/mythread.h | 2 ++
4644 Fix portability problems in mythread.h.
4658 Guard mythread.h against being #included multiple times.
4661 src/common/mythread.h | 31 +++++++++++++++++++++++++++----
[all …]
/freebsd-12.1/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c96 mythread thread_id;