index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libtools
/
threads.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed another debug leftover
ptitSeb
2024-11-20
1
-1
/
+1
*
Removed a debug leftover
ptitSeb
2024-11-20
1
-1
/
+1
*
Removed a debug leftover
ptitSeb
2024-11-16
1
-1
/
+1
*
Added a few wrapped function and fixed some other (for Steam)
ptitSeb
2024-11-06
1
-11
/
+17
*
Improved clone wrapped function compatibility
ptitSeb
2024-10-30
1
-1
/
+4
*
[BOX32] More work on 32bits wrapped functions
ptitSeb
2024-10-07
1
-1
/
+1
*
[BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha...
ptitSeb
2024-09-23
1
-2
/
+13
*
Fixed a typo
ptitSeb
2024-09-12
1
-1
/
+1
*
[WRAPPER] Added handling of old pthread cond functions
ptitSeb
2024-09-12
1
-0
/
+75
*
[WRAPPER] Small fixes for x86_64 build when using old pthread_kill
ptitSeb
2024-09-11
1
-0
/
+2
*
[BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...
ptitSeb
2024-09-10
1
-0
/
+5
*
[BOX32] Fix and simplified 32bits threads handling
ptitSeb
2024-09-10
1
-14
/
+2
*
Fixed alignement of thread funcitons (fixed regression for #1810)
ptitSeb
2024-09-10
1
-1
/
+0
*
[RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGS
ptitSeb
2024-09-09
1
-2
/
+2
*
[BOX32] Fixes and hacks to get steamcmd shows the prompt
ptitSeb
2024-09-01
1
-4
/
+4
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-9
/
+26
*
Wrapped pthread_cond_signal with aligned cond like others (#1608)
Yang Liu
2024-06-21
1
-0
/
+6
*
Fixed my_prepare_thread in dynarec build (#1474)
Yang Liu
2024-04-27
1
-2
/
+4
*
Fixed a few warning here and there...
ptitSeb
2024-04-13
1
-3
/
+3
*
[LIBTOOL] Fixed my_pthread_attr_init (#1274)
Yang Liu
2024-02-21
1
-3
/
+4
*
Wrapped libraries refactor (#1257)
rajdakin
2024-02-10
1
-3
/
+3
*
Simplified (and improved?) handling of phtread_attr_t
ptitSeb
2024-02-09
1
-67
/
+86
*
Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...
ptitSeb
2024-01-23
1
-6
/
+9
*
Make sure Stack is aligned properly... (should help #1187 and ~1188)
ptitSeb
2024-01-22
1
-0
/
+7
*
Fixes (#1207)
rajdakin
2024-01-18
1
-1
/
+1
*
[ANDROID] Fix Clang Compiling (#1094)
Lily
2023-11-28
1
-0
/
+8
*
Some more rollback on tls destructor (more work needed on threads cleanup han...
ptitSeb
2023-10-17
1
-3
/
+2
*
Rollback to previous way of handling tls key destructors
ptitSeb
2023-10-16
1
-44
/
+28
*
Various changes on pthread cancel and tls destructor, should be easier to mai...
ptitSeb
2023-10-13
1
-119
/
+101
*
[ANDROID] And again another attempt to fix the build
ptitSeb
2023-09-02
1
-0
/
+12
*
[ANDROID] Try to create an Android build, porting box86 Android build
ptitSeb
2023-09-02
1
-0
/
+9
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
Removed useless box64context_t parameter to RunFunction and friend
ptitSeb
2023-07-09
1
-2
/
+2
*
|
Simplyfied internal jmpbuf handling
ptitSeb
2023-07-08
1
-29
/
+0
*
|
A few cosmetic fixes (#858)
Alexandre Julliard
2023-06-24
1
-1
/
+0
*
|
[32BITS][DYNAREC] Preparing Dynarec to handle 32bits code
ptitSeb
2023-06-22
1
-2
/
+2
*
|
Some small changes to thread and fork and cloning x64emu_t struct
ptitSeb
2023-05-08
1
-3
/
+3
*
|
[DYNAREC] Disabled custom mutex for now
ptitSeb
2023-05-07
1
-2
/
+0
|
/
*
fix some spelling mistakes (#640)
josch
2023-03-26
1
-4
/
+4
*
Added some wrapped functions in pthread
ptitSeb
2023-03-25
1
-0
/
+16
*
Cleanup mutex wrapping
ptitSeb
2023-03-12
1
-35
/
+0
*
Simply handling of pthread_mutex_t structure (for #522)
ptitSeb
2023-02-21
1
-184
/
+28
*
Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...
ptitSeb
2023-02-17
1
-3
/
+6
*
Small improvment for emu thread tracking
ptitSeb
2023-02-12
1
-13
/
+5
*
[DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...
ptitSeb
2023-02-12
1
-16
/
+22
*
Changes for Alpine (#508)
RainbowC0
2023-02-05
1
-1
/
+1
*
Reset Segment cache when changing TLS address
ptitSeb
2022-12-17
1
-0
/
+1
*
Use DynaCall instead of EmuCall for pthread_once callback (speedup some init ...
ptitSeb
2022-12-03
1
-1
/
+1
*
Remove dynablocklist (#438)
ptitSeb
2022-10-31
1
-4
/
+2
[next]