Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/xz/src/common/
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
387 mythread_create(mythread *thread, in mythread_create()
399 mythread_join(mythread thread) in mythread_join()
/freebsd-12-stable/sys/dev/ocs_fc/
Docs_unsol.h42 extern int32_t ocs_unsol_rq_thread(ocs_thread_t *mythread);
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()
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()
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-stable/contrib/xz/src/liblzma/common/
Dstream_encoder_mt.c96 mythread thread_id;
/freebsd-12-stable/contrib/xz/
DChangeLog380 src/common/mythread.h | 7 ++++---
5105 src/common/mythread.h | 2 ++
6259 src/common/mythread.h | 2 +-
6437 Now liblzma only uses "mythread" functions and types
6438 which are defined in mythread.h matching the desired
6451 src/common/mythread.h | 513 ++++++++++++++++++++++++++-------
7112 src/common/mythread.h | 5 +++--
8167 Don't use clockid_t in mythread.h when clock_gettime() isn't available.
8171 src/common/mythread.h | 2 ++
8291 Fix portability problems in mythread.h.
[all …]