issues
search
rust3ds
/
pthread-3ds
PThread implementation for Nintendo 3DS Horizon OS targets. Keep in mind that Horizon OS uses a cooperative, and not preemptive, threading model.
Apache License 2.0
13
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Simplify + cleanup running destructors
#32
ian-h-chamberlain
closed
6 months ago
0
Collect destructors, then run them to release lock
#31
ian-h-chamberlain
closed
6 months ago
0
Recent changes seem to cause a deadlock when thread spawns
#30
ian-h-chamberlain
closed
6 months ago
3
Implement TLS destructors
#29
Meziu
closed
6 months ago
1
Implement TLS Destructors
#28
Meziu
closed
7 months ago
3
Update to upstream pthread
#27
Meziu
closed
3 months ago
15
can we use upstream pthread instead of this library?
#26
ian-h-chamberlain
opened
1 year ago
5
Fix licensing
#25
Meziu
closed
1 year ago
0
Thread priority + affinity
#24
ian-h-chamberlain
opened
1 year ago
2
Discuss the removal of the TLS code
#23
Meziu
closed
1 year ago
4
Remove unneeded init functions
#22
Meziu
closed
1 year ago
0
Possibly no longer need `init()` function?
#21
ian-h-chamberlain
closed
1 year ago
7
Update to latest ctru-sys and toolchain
#20
Meziu
closed
1 year ago
0
Call thread-local variable destructors on thread exit
#19
AzureMarker
closed
6 months ago
6
Fix clippy lints / rustc warnings
#18
ian-h-chamberlain
closed
2 years ago
0
Add no-op pthread_atfork
#17
ian-h-chamberlain
closed
2 years ago
0
Add pthread_condattr functions
#16
ian-h-chamberlain
closed
2 years ago
0
Fix link errors by using inlining
#15
AzureMarker
closed
2 years ago
0
Remove reliance on svcGetThreadList and do some refactoring
#14
AzureMarker
closed
2 years ago
0
Use struct pointer as pthread_t
#13
ian-h-chamberlain
closed
2 years ago
16
Avoid using svcGetThreadList when getting default pthread attr
#12
AzureMarker
closed
2 years ago
0
Rename "ideal_processor" to "processor_id"
#11
AzureMarker
closed
2 years ago
0
More changes for pthread threading support
#10
AzureMarker
closed
2 years ago
0
Add back threading support and implement extensions
#9
AzureMarker
closed
2 years ago
0
Add stub pthread_sigmask implementation
#8
ian-h-chamberlain
closed
2 years ago
0
Use ctru_sys to provide libctru functions/types/values
#7
AzureMarker
closed
2 years ago
1
Fix some bugs breaking Tokio
#6
AzureMarker
closed
2 years ago
0
Make thread keys impl thread-safe and handle invalid keys
#5
AzureMarker
closed
2 years ago
1
Update libc to the upstream
#4
AzureMarker
closed
2 years ago
0
Sketchy RwLock impl
#3
AzureMarker
closed
2 years ago
4
Add an init method to force linking
#2
AzureMarker
closed
2 years ago
0
Use Git dependency instead of path
#1
AzureMarker
closed
2 years ago
0