36 Commits (90bd4d00e371ea5dbd8487c5a63d3d75d667f796)
 

Author SHA1 Message Date
Meziu 90bd4d00e3
Merge pull request #12 from Meziu/fix/avoid-svcGetThreadList-pthread-attr-default 3 years ago
AzureMarker acb2736f67
Avoid using svcGetThreadList when getting default pthread attr 3 years ago
Meziu 187d2ae5db
Merge pull request #11 from Meziu/tweak/processor-naming 3 years ago
AzureMarker 9dbe184b1f
Rename "ideal_processor" to "processor_id" 3 years ago
Meziu 0e4aa32e5f
Merge pull request #10 from Meziu/feature/pthread-threads 3 years ago
AzureMarker 88d12c91ad
Implement pthread_getprocessorid_np 3 years ago
AzureMarker cac16d639c
Replace pthread_getpriority with more standard version (and add set fn) 3 years ago
AzureMarker d1815bcb9b
Add pthread_self and improve thread function error handling 3 years ago
AzureMarker 717938f682
Rename affinity to "ideal processor" 3 years ago
AzureMarker ba5c5d787e
Change to more standard priority function interfaces 3 years ago
AzureMarker 27a5601020
Change estimated error code when thread spawning fails 3 years ago
Meziu b3498da8a7
Merge pull request #9 from Meziu/feature/pthread-threads 3 years ago
AzureMarker 1704505614
Deallocate the closure if thread spawning failed 3 years ago
AzureMarker db26a42401
Implement pthread extensions and improve pthread_create 3 years ago
Meziu 9fb7872855
Merge pull request #8 from ian-h-chamberlain/pthread_sigmask 3 years ago
Ian Chamberlain 5d36aefb44
Add stub pthread_sigmask implementation 3 years ago
AzureMarker c82ce62c9b
Add back basic pthread threading support 3 years ago
Andrea Ciliberti 87eceaf5ef Use ctru-sys rather than re-declarations 3 years ago
Meziu 67bb74bc52
Merge pull request #6 from AzureMarker/fix/tokio 3 years ago
AzureMarker a7ff3bc394
Fix pthread_cond_timedwait from sleeping for about 52 years 3 years ago
AzureMarker fdd1b58452
Fix reentrant locking behavior in thread keys 3 years ago
Meziu 4100f80b32
Merge pull request #5 from AzureMarker/fix/pthread-keys 3 years ago
AzureMarker 89cfb145b7
Make thread keys impl thread-safe and handle invalid keys 3 years ago
Meziu 39d601003d
Merge pull request #4 from AzureMarker/update/libc 3 years ago
AzureMarker 68ce6ec089
Update libc to the upstream 3 years ago
Andrea Ciliberti 207b108914 Removed thread spawn support in favor of ctru threads 3 years ago
Andrea Ciliberti cea081ac27 Guess it works now 3 years ago
Andrea Ciliberti 69eb0774f8 Testing rwlock impl 3 years ago
Meziu 878b8a30af
Merge pull request #2 from AzureMarker/master 3 years ago
AzureMarker 04a89ae72c
Add init method to force linking 3 years ago
AzureMarker 098027869a
Remove staticlib crate type to simplify Cargo.toml 3 years ago
Andrea Ciliberti 67e1c79fd6 Merge branch 'master' of https://github.com/Meziu/pthread-3ds 3 years ago
Andrea Ciliberti 98a8b638af Fixed warnings from clippy and formatted 3 years ago
Meziu c8af3ed28e
Merge pull request #1 from AzureMarker/master 3 years ago
AzureMarker 53b6948559
Use Git dependency instead of path 3 years ago
Meziu 74acb03a72 Working state 3 years ago