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 (
Collapse
)
Author
Age
Files
Lines
...
*
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 ↵
ptitSeb
2021-03-12
1
-0
/
+8
|
|
|
|
platforms. Also added pthread_setschedparam
*
pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but ↵
ptitSeb
2021-03-09
1
-4
/
+0
|
|
|
|
all mutex based function need alignements
*
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
[prev]