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
*
Make sure stack is correctly alligned on new thred (fixed SOR4 starting issues)
ptitSeb
2022-02-19
1
-1
/
+3
*
Fixed the backtrace wrapper (uses eh_frame information only)
rajdakin
2022-02-14
1
-2
/
+3
*
Proper fix for link issue on glibc 2.34+ (for #120)
ptitSeb
2021-10-20
1
-4
/
+12
*
Add alignment wrapper to pthread_getattr_np.
Gergő Móricz
2021-10-17
1
-0
/
+5
*
Some changes on getstacksize for thread
ptitSeb
2021-08-10
1
-2
/
+6
*
Fixed and improved handling of segments and Call Far and signal (helps Wine64)
ptitSeb
2021-07-13
1
-1
/
+1
*
Try to fix compilation on old libc
ptitSeb
2021-07-06
1
-0
/
+4
*
Improved mutex handling
ptitSeb
2021-06-19
1
-49
/
+93
*
Small work around pthread_once
ptitSeb
2021-06-15
1
-7
/
+6
*
Change the way locked mutex are detected (taken from box86)
ptitSeb
2021-06-14
1
-6
/
+3
*
Fixed regression on pthread_mutex_t
ptitSeb
2021-06-06
1
-0
/
+1
*
Added a wrapped pthread function, and improved mutex handling
ptitSeb
2021-06-06
1
-4
/
+18
*
Added a few wrapped function to libc and pthreads
ptitSeb
2021-05-19
1
-20
/
+20
*
First pass
rajdakin
2021-04-14
1
-13
/
+37
*
Fixed some issues with pthread wrapping
ptitSeb
2021-04-12
1
-8
/
+15
*
Improved pthread wrapping
ptitSeb
2021-04-12
1
-9
/
+12
*
More alignment work on thread (some attr are bigger on arm64 than x86_64)
ptitSeb
2021-04-12
1
-106
/
+189
*
Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...
ptitSeb
2021-04-11
1
-16
/
+13
*
Fixed a warning
ptitSeb
2021-04-09
1
-1
/
+1
*
Fix NOALIGN build
ptitSeb
2021-04-09
1
-0
/
+2
*
pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...
ptitSeb
2021-04-09
1
-13
/
+130
*
Unlock all mutex on child process when forking
ptitSeb
2021-04-06
1
-0
/
+16
*
Re-enabled the pre-calc of next block for new thread
ptitSeb
2021-04-05
1
-1
/
+1
*
More work on mmap and the MAP_32BIT flag
ptitSeb
2021-04-04
1
-1
/
+1
*
More work around stack alignement and frame pointer
ptitSeb
2021-04-03
1
-1
/
+1
*
Changed the way alignment of mutex is done
ptitSeb
2021-04-03
1
-5
/
+49
*
Try to setup some kind of Stack Frame on new thread
ptitSeb
2021-04-01
1
-0
/
+2
*
Don't need to set FS here
ptitSeb
2021-03-29
1
-1
/
+1
*
Simply wrapped pthread_exit, don't force emu->quit to 1
ptitSeb
2021-03-28
1
-6
/
+5
*
Better Stack handling (backported from box86)
ptitSeb
2021-03-28
1
-3
/
+5
*
Added wrapped libcups, plus some changes in wrapped libSDL2 and pthread
ptitSeb
2021-03-26
1
-1
/
+14
*
Fixed a potential issue with getAlignedMutex
ptitSeb
2021-03-25
1
-1
/
+3
*
Small change in getAlignedMutex function (probably more work needed)
ptitSeb
2021-03-25
1
-2
/
+2
*
Back ported simplified pthread_once callback handling from box86
ptitSeb
2021-03-24
1
-23
/
+19
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-1
/
+1
*
Fixed a few minor leaks
ptitSeb
2021-03-13
1
-4
/
+18
*
Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat...
ptitSeb
2021-03-12
1
-0
/
+8
*
pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al...
ptitSeb
2021-03-09
1
-4
/
+0
*
Small adjustment to cancel thread handling
ptitSeb
2021-03-07
1
-4
/
+4
*
Added longjmp and pthread_cancel handling (and test14 works)
ptitSeb
2021-03-07
1
-168
/
+135
*
Added some phtread functions
ptitSeb
2021-03-05
1
-68
/
+70
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-20
/
+20
*
Added basic thread infrastructure
ptitSeb
2021-03-02
1
-0
/
+808