about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibpthread_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WRAPPER] Added handling of old pthread cond functionsptitSeb2024-09-121-0/+9
* [WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic (fo...ptitSeb2024-09-091-1/+1
* Wrapped pthread_cond_signal with aligned cond like others (#1608)Yang Liu2024-06-211-1/+1
* Redirect pthread_yield to sched_yield (#1529)Yang Liu2024-05-241-1/+1
* Added 2 pthread wraps (#1334)Lily2024-03-051-2/+2
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-0/+4
* Various changes on pthread cancel and tls destructor, should be easier to mai...ptitSeb2023-10-131-1/+1
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* Cosmetic change to wrapped pthread privateptitSeb2023-04-231-47/+44
* Added some wrapped functions in pthreadptitSeb2023-03-251-0/+5
* Cleanup mutex wrappingptitSeb2023-03-121-17/+6
* Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...ptitSeb2022-12-301-1/+2
* Added special case for pthread_kill because behaviour changed with glibc 2.34ptitSeb2022-09-101-0/+1
* Quick hack to align pthread_cond_t if needed (for #362)ptitSeb2022-07-271-1/+3
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-0/+4
* Added wrapped pthread_cond_clockwait (for #303)ptitSeb2022-07-031-0/+1
* 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