Searched refs:mythread (Results 1 – 7 of 7) sorted by relevance
112 typedef pthread_t mythread; typedef156 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; typedef386 mythread_create(mythread *thread, in mythread_create()398 mythread_join(mythread thread) in mythread_join()
42 extern int32_t ocs_unsol_rq_thread(ocs_thread_t *mythread);
79 ocs_unsol_rq_thread(ocs_thread_t *mythread) in ocs_unsol_rq_thread() argument81 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()
678 void *ocs_thread_get_arg(ocs_thread_t *mythread) in ocs_thread_get_arg() argument680 return mythread->arg; in ocs_thread_get_arg()
977 typedef int32_t (*ocs_thread_fctn)(ocs_thread_t *mythread);1003 extern void *ocs_thread_get_arg(ocs_thread_t *mythread);
96 mythread thread_id;
2790 src/common/mythread.h | 2 ++3944 src/common/mythread.h | 2 +-4122 Now liblzma only uses "mythread" functions and types4123 which are defined in mythread.h matching the desired4797 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 …]