about summary refs log tree commit diff stats
path: root/src/libtools/threads.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed another debug leftoverptitSeb2024-11-201-1/+1
* Removed a debug leftoverptitSeb2024-11-201-1/+1
* Removed a debug leftoverptitSeb2024-11-161-1/+1
* Added a few wrapped function and fixed some other (for Steam)ptitSeb2024-11-061-11/+17
* Improved clone wrapped function compatibilityptitSeb2024-10-301-1/+4
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-071-1/+1
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha...ptitSeb2024-09-231-2/+13
* Fixed a typoptitSeb2024-09-121-1/+1
* [WRAPPER] Added handling of old pthread cond functionsptitSeb2024-09-121-0/+75
* [WRAPPER] Small fixes for x86_64 build when using old pthread_killptitSeb2024-09-111-0/+2
* [BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...ptitSeb2024-09-101-0/+5
* [BOX32] Fix and simplified 32bits threads handlingptitSeb2024-09-101-14/+2
* Fixed alignement of thread funcitons (fixed regression for #1810)ptitSeb2024-09-101-1/+0
* [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGSptitSeb2024-09-091-2/+2
* [BOX32] Fixes and hacks to get steamcmd shows the promptptitSeb2024-09-011-4/+4
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-9/+26
* Wrapped pthread_cond_signal with aligned cond like others (#1608)Yang Liu2024-06-211-0/+6
* Fixed my_prepare_thread in dynarec build (#1474)Yang Liu2024-04-271-2/+4
* Fixed a few warning here and there...ptitSeb2024-04-131-3/+3
* [LIBTOOL] Fixed my_pthread_attr_init (#1274)Yang Liu2024-02-211-3/+4
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-3/+3
* Simplified (and improved?) handling of phtread_attr_tptitSeb2024-02-091-67/+86
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-231-6/+9
* Make sure Stack is aligned properly... (should help #1187 and ~1188)ptitSeb2024-01-221-0/+7
* Fixes (#1207)rajdakin2024-01-181-1/+1
* [ANDROID] Fix Clang Compiling (#1094)Lily2023-11-281-0/+8
* Some more rollback on tls destructor (more work needed on threads cleanup han...ptitSeb2023-10-171-3/+2
* Rollback to previous way of handling tls key destructorsptitSeb2023-10-161-44/+28
* Various changes on pthread cancel and tls destructor, should be easier to mai...ptitSeb2023-10-131-119/+101
* [ANDROID] And again another attempt to fix the buildptitSeb2023-09-021-0/+12
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-021-0/+9
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-2/+2
* | Simplyfied internal jmpbuf handlingptitSeb2023-07-081-29/+0
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-1/+0
* | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb2023-06-221-2/+2
* | Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-3/+3
* | [DYNAREC] Disabled custom mutex for nowptitSeb2023-05-071-2/+0
|/
* fix some spelling mistakes (#640)josch2023-03-261-4/+4
* Added some wrapped functions in pthreadptitSeb2023-03-251-0/+16
* Cleanup mutex wrappingptitSeb2023-03-121-35/+0
* Simply handling of pthread_mutex_t structure (for #522)ptitSeb2023-02-211-184/+28
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-3/+6
* Small improvment for emu thread trackingptitSeb2023-02-121-13/+5
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-121-16/+22
* Changes for Alpine (#508)RainbowC02023-02-051-1/+1
* Reset Segment cache when changing TLS addressptitSeb2022-12-171-0/+1
* Use DynaCall instead of EmuCall for pthread_once callback (speedup some init ...ptitSeb2022-12-031-1/+1
* Remove dynablocklist (#438)ptitSeb2022-10-311-4/+2