Searched refs:mythread (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_unsol.h42 extern int32_t ocs_unsol_rq_thread(ocs_thread_t *mythread);
H A Docs_unsol.c75 * @param mythread Pointer to thread object.
80 ocs_unsol_rq_thread(ocs_thread_t *mythread) argument
82 ocs_xport_rq_thread_info_t *thread_data = mythread->arg;
87 ocs_log_debug(ocs, "%s running\n", mythread->name);
88 while (!ocs_thread_terminate_requested(mythread)) {
105 ocs_log_debug(ocs, "%s exiting\n", mythread->name);
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);
H A Docs_os.c671 * @param mythread pointer to the thread object
676 void *ocs_thread_get_arg(ocs_thread_t *mythread) argument
678 return mythread->arg;
/freebsd-11-stable/contrib/xz/src/common/
H A Dmythread.h3 /// \file mythread.h
112 typedef pthread_t mythread; typedef
156 mythread_create(mythread *thread, void *(*func)(void *arg), void *arg)
171 mythread_join(mythread thread)
343 typedef HANDLE mythread; typedef
386 mythread_create(mythread *thread,
398 mythread_join(mythread thread)
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c96 mythread thread_id;

Completed in 161 milliseconds