Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/xz/dist/src/common/
Dmythread.h112 typedef pthread_t mythread; typedef
156 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; typedef
386 mythread_create(mythread *thread, in mythread_create()
398 mythread_join(mythread thread) in mythread_join()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dcreate-fail.c59 mythread (void *_arg) in mythread() function
84 ret = pthread_create (&thr[i], &attr[i], mythread, NULL); in main()
/netbsd/src/external/public-domain/xz/dist/
DChangeLog1458 src/common/mythread.h | 2 ++
2612 src/common/mythread.h | 2 +-
2790 Now liblzma only uses "mythread" functions and types
2791 which are defined in mythread.h matching the desired
2804 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 …]
/netbsd/src/external/public-domain/xz/dist/src/liblzma/common/
Dstream_encoder_mt.c96 mythread thread_id;