cosmopolitan/libc/stdio/unlocked
Justine Tunney 425ff5dff0 Refactor some code
- Write tests for cthreads
- Fix bugs in pe2.com tool
- Fix ASAN issue with GetDosEnviron()
- Consolidate the cthread header files
- Some code size optimizations for MODE=
- Attempted to squash a tls linker warning
- Attempted to get futexes working on FreeBSD
2022-05-28 14:09:21 -07:00
..
fgetws_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
fputs_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
fputwc_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
fputws_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
fread_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
fseeko_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
fwrite_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
getc_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
getchar_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
getwc_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
getwchar_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
putc_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
putchar_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
putwc_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
putwchar_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
stdio_unlock.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
ungetc_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00
ungetwc_unlocked.S Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00