| #
854cc898 |
| 19-Apr-2024 |
Nick Desaulniers <nickdesaulniers@users.noreply.github.com> |
[libc] fixup nascent pthread_condattr_test (#89308)
- use namespaced identifiers - add corresponding headers for namespaced declarations - replace time.h and errno.h with finer grain includes - upda
[libc] fixup nascent pthread_condattr_test (#89308)
- use namespaced identifiers - add corresponding headers for namespaced declarations - replace time.h and errno.h with finer grain includes - update cmake
Fixes: #88987 Fixes: #89261 Link: #88997 Link: #89262
show more ...
|
| #
06947b9f |
| 17-Apr-2024 |
Nick Desaulniers <nickdesaulniers@users.noreply.github.com> |
[libc][POSIX][pthreads] implement pthread_condattr_t functions (#88987)
Implement: - pthread_condattr_destroy - pthread_condattr_getclock - pthread_condattr_getpshared - pthread_condattr_init - pthr
[libc][POSIX][pthreads] implement pthread_condattr_t functions (#88987)
Implement: - pthread_condattr_destroy - pthread_condattr_getclock - pthread_condattr_getpshared - pthread_condattr_init - pthread_condattr_setclock - pthread_condattr_setpshared
Fixes: #88581
show more ...
|