Home
last modified time | relevance | path

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

/minix3/external/public-domain/xz/dist/src/common/
H A 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()
/minix3/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_encoder_mt.c95 mythread thread_id;
/minix3/external/public-domain/xz/dist/
H A DChangeLog308 src/common/mythread.h | 2 ++
1463 src/common/mythread.h | 2 +-
1641 Now liblzma only uses "mythread" functions and types
1642 which are defined in mythread.h matching the desired
1655 src/common/mythread.h | 513 ++++++++++++++++++++++++++-------
2316 src/common/mythread.h | 5 +++--
3373 Don't use clockid_t in mythread.h when clock_gettime() isn't available.
3377 src/common/mythread.h | 2 ++
3497 Fix portability problems in mythread.h.
3511 Guard mythread.h against being #included multiple times.
[all …]