-
"main" prio=5 tid=1 Native
| group="main" sCount=1 ucsCount=0 flags=1 obj=0x71eb7fe8 self=0xb40000738b528b20
| sysTid=25450 nice=0 cgrp=foreground sched=0/0 handle=0x74d190b4f8
| state=S sche…
-
From PR #1317:
https://github.com/xenia-project/xenia/blob/d1f7ee35933b1eb0ba8a87c406538a8e81a30662/src/xenia/base/threading_posix.cc#L220-L223
@Triang3l :
> This will probably cause a deadlock…
-
I'm getting a lot of similar ANR dumps.
```
DALVIK THREADS (34):
"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 obj=0x88d85f20 self=0xb4e08000
| sysTid=8556 nice=0 cgrp=apps sched=0/0 h…
AChep updated
5 years ago
-
Cuz for now it could cause issues on fetching pieces on the other nodes like
```
2024/09/11 13:51:50 [STORAGE] LOAD PIECE FROM 192.168.1.36:10501 ERR: failed to query piece 4. err: response deadlin…
-
TravelerList::userlog calls HighwaySystem::total_mileage() twice for every user with mileage in that system.
Lots of redundant summation.
Additionally, it's possible that iterating thru an unordered…
-
This is still pending my completion of the python->c++ port of the MCTS logic, of course. This is taking me longer than one might expect because I am building in all the parallelization niceties that …
-
### Building/Integrating Linux-Surface patchwork introduces several issues
### Read Write Semaphores Use can be problematic:
- The use of rw_semaphores in SSAM/surface_aggregator code seems brok…
-
CONTEXT:
I have a specific use case :
- a generic simulation application executable
- some models in dynamic libraries following a standard API (called FMI)
- no link between them at compilation
…
-
- Program: Authoritative
- Issue type: Feature request
### Short description
In dnsdist and the recursor, `std::thread`s are used for threading, in the auth this is `pthread_create`. To ease de…
-
At the time of writing this, xshell (`v0.2.3`) uses interiour mutability inside the `Shell`:
https://github.com/matklad/xshell/blob/af75dd49c3bb78887aa29626b1db0b9d0a202946/src/lib.rs#L381-L384
To…