Searched refs:mythread (Results 1 – 4 of 4) 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()
59 mythread (void *_arg) in mythread() function84 ret = pthread_create (&thr[i], &attr[i], mythread, NULL); in main()
1458 src/common/mythread.h | 2 ++2612 src/common/mythread.h | 2 +-2790 Now liblzma only uses "mythread" functions and types2791 which are defined in mythread.h matching the desired2804 src/common/mythread.h | 513 ++++++++++++++++++++++++++-------3465 src/common/mythread.h | 5 +++--4520 Don't use clockid_t in mythread.h when clock_gettime() isn't available.4524 src/common/mythread.h | 2 ++4644 Fix portability problems in mythread.h.4658 Guard mythread.h against being #included multiple times.[all …]
96 mythread thread_id;