Xiang Xiao
|
8bf693b362
|
libc/pthread: Implement pthread_condattr_[set|get]pshared
https://pubs.opengroup.org/onlinepubs/009696799/functions/pthread_condattr_getpshared.html
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2023-01-24 13:53:02 -03:00 |
|
Xiang Xiao
|
c11cd7f103
|
libc/pthread: Implement pthread_attr_[set|get]stackaddr
https://pubs.opengroup.org/onlinepubs/009696799/functions/pthread_attr_getstackaddr.html
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2023-01-24 13:53:02 -03:00 |
|
Xiang Xiao
|
36b74bab02
|
libc/pthread: Implement pthread_rwlockattr API
https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_getpshared.html
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2023-01-24 13:53:02 -03:00 |
|
Xiang Xiao
|
679544cd32
|
Documentation: Remove the supported function from the unsupported list
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2023-01-24 13:53:02 -03:00 |
|
Xiang Xiao
|
598e3eedb4
|
Documentation: Remove all tail spaces from *.rst and *.html
by the below command:
find . -type f -name '*.rst' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-10-18 10:51:22 -07:00 |
|
Yoshinori Sugino
|
296eff3d40
|
Fix typos
|
2020-10-17 09:04:37 +01:00 |
|
Brennan Ashton
|
4cb193d530
|
Docs: Update links to old website and wiki
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
|
2020-08-30 19:16:30 -03:00 |
|
Matias N
|
4276d6254a
|
rename doc/ -> Documentation/
|
2020-08-24 10:29:55 -07:00 |
|