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; typedef387 mythread_create(mythread *thread, in mythread_create()399 mythread_join(mythread thread) in mythread_join()
42 extern int32_t ocs_unsol_rq_thread(ocs_thread_t *mythread);
80 ocs_unsol_rq_thread(ocs_thread_t *mythread) in ocs_unsol_rq_thread() argument82 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()
676 void *ocs_thread_get_arg(ocs_thread_t *mythread) in ocs_thread_get_arg() argument678 return mythread->arg; in ocs_thread_get_arg()
979 typedef int32_t (*ocs_thread_fctn)(ocs_thread_t *mythread);1006 extern void *ocs_thread_get_arg(ocs_thread_t *mythread);
96 mythread thread_id;
380 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 types6438 which are defined in mythread.h matching the desired6451 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 …]