Home
last modified time | relevance | path

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

/freebsd-13.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-13.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.c79 ocs_unsol_rq_thread(ocs_thread_t *mythread) in ocs_unsol_rq_thread() argument
81 ocs_xport_rq_thread_info_t *thread_data = mythread->arg; in ocs_unsol_rq_thread()
86 ocs_log_debug(ocs, "%s running\n", mythread->name); in ocs_unsol_rq_thread()
87 while (!ocs_thread_terminate_requested(mythread)) { in ocs_unsol_rq_thread()
104 ocs_log_debug(ocs, "%s exiting\n", mythread->name); in ocs_unsol_rq_thread()
H A Docs_os.c678 void *ocs_thread_get_arg(ocs_thread_t *mythread) in ocs_thread_get_arg() argument
680 return mythread->arg; in ocs_thread_get_arg()
H A Docs_os.h977 typedef int32_t (*ocs_thread_fctn)(ocs_thread_t *mythread);
1003 extern void *ocs_thread_get_arg(ocs_thread_t *mythread);
/freebsd-13.1/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c96 mythread thread_id;
/freebsd-13.1/contrib/xz/
H A DChangeLog2790 src/common/mythread.h | 2 ++
3944 src/common/mythread.h | 2 +-
4122 Now liblzma only uses "mythread" functions and types
4123 which are defined in mythread.h matching the desired
4797 src/common/mythread.h | 5 +++--
5852 Don't use clockid_t in mythread.h when clock_gettime() isn't available.
5856 src/common/mythread.h | 2 ++
5976 Fix portability problems in mythread.h.
5990 Guard mythread.h against being #included multiple times.
5993 src/common/mythread.h | 31 +++++++++++++++++++++++++++----
[all …]