about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibpthread_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add alignment wrapper to pthread_getattr_np.Gergő Móricz2021-10-171-0/+4
* Small changes in libc and libpthread wrapped libptitSeb2021-08-101-1/+1
* Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN...rajdakin2021-07-311-1/+0
* Added a wrapped pthread function, and improved mutex handlingptitSeb2021-06-061-2/+2
* Added a few wrapped function to libc and pthreadsptitSeb2021-05-191-2/+2
* Added wrapped pthread_getname_np functionptitSeb2021-05-181-1/+1
* Improved pthread wrappingptitSeb2021-04-121-0/+11
* More alignment work on thread (some attr are bigger on arm64 than x86_64)ptitSeb2021-04-121-7/+35
* pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...ptitSeb2021-04-091-1/+24
* Added 2 _np wrapped function to pthreadsptitSeb2021-04-071-0/+2
* Ooops, that typo was breaking some C#/Unity stuffptitSeb2021-04-041-1/+1
* Changed the way alignment of mutex is doneptitSeb2021-04-031-1/+1
* Simply wrapped pthread_exit, don't force emu->quit to 1ptitSeb2021-03-281-1/+2
* Added more libc and pthreads wrapped functionsptitSeb2021-03-281-1/+1
* Added more libc wrapped functionsptitSeb2021-03-261-1/+1
* Added wrapped libcups, plus some changes in wrapped libSDL2 and pthreadptitSeb2021-03-261-5/+10
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...ptitSeb2021-03-251-4/+4
* Added a few more wrapped functionsptitSeb2021-03-251-2/+2
* Wrapped some more functionsptitSeb2021-03-131-1/+1
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-131-7/+6
* Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat...ptitSeb2021-03-121-2/+2
* pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al...ptitSeb2021-03-091-0/+17
* Added some phtreads wrapped functionsptitSeb2021-03-091-20/+20
* Added more wrapped functions to libc and libpthreadptitSeb2021-03-081-32/+33
* Added longjmp and pthread_cancel handling (and test14 works)ptitSeb2021-03-071-50/+50
* Added pthread_once wrapped functionptitSeb2021-03-061-2/+2
* More work on wrapped lib and elf relocationsptitSeb2021-03-061-3/+3
* Fixed phtread_t that is a unsigned long instead of a unsigned intptitSeb2021-03-051-3/+3
* Added some phtread functionsptitSeb2021-03-051-4/+4
* Added rt and pthread wrapped libptitSeb2021-03-031-0/+179