Home
last modified time | relevance | path

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

/freebsd-14.2/tools/test/stress2/misc/
H A Dsem_post.sh64 pthread_t mythread;
72 r = pthread_create(&mythread, NULL, threadfunc, NULL);
89 if ((r = pthread_kill(mythread, SIGINT)) != 0)
91 if ((r = pthread_join(mythread, NULL)) != 0)
/freebsd-14.2/contrib/xz/src/common/
H A Dmythread.h118 typedef pthread_t mythread; typedef
162 mythread_create(mythread *thread, void *(*func)(void *arg), void *arg) in mythread_create()
177 mythread_join(mythread thread) in mythread_join()
349 typedef HANDLE mythread; typedef
393 mythread_create(mythread *thread, in mythread_create()
405 mythread_join(mythread thread) in mythread_join()
/freebsd-14.2/sys/dev/ocs_fc/
H A Docs_unsol.h40 extern int32_t ocs_unsol_rq_thread(ocs_thread_t *mythread);
H A Docs_unsol.c77 ocs_unsol_rq_thread(ocs_thread_t *mythread) in ocs_unsol_rq_thread() argument
79 ocs_xport_rq_thread_info_t *thread_data = mythread->arg; in ocs_unsol_rq_thread()
84 ocs_log_debug(ocs, "%s running\n", mythread->name); in ocs_unsol_rq_thread()
85 while (!ocs_thread_terminate_requested(mythread)) { in ocs_unsol_rq_thread()
102 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.h975 typedef int32_t (*ocs_thread_fctn)(ocs_thread_t *mythread);
1001 extern void *ocs_thread_get_arg(ocs_thread_t *mythread);
/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c101 mythread thread_id;
H A Dstream_decoder_mt.c136 mythread thread_id;
/freebsd-14.2/contrib/xz/
H A DChangeLog831 mythread.h: Fix typo error in Vista threads mythread_once().
837 src/common/mythread.h | 2 +-
934 src/common/mythread.h | 2 +-
1380 Since the mythread.h code is different between the POSIX and
3005 src/common/mythread.h | 4 ++--
3509 Style: Change #if !defined() to #ifndef in mythread.h.
3511 src/common/mythread.h | 2 +-
3648 liblzma: Includes sys/time.h conditionally in mythread
3654 src/common/mythread.h | 8 +++++++-
3672 src/common/mythread.h | 4 ++--
[all …]