..
CMakeLists.txt
[libc] Add pthread_create and pthread_join functions.
2022-06-02 01:47:24 +00:00
FILE.h
…
__atexithandler_t.h
[libc] Add exit and atexit
2022-02-17 17:21:55 +00:00
__bsearchcompare_t.h
…
__call_once_func_t.h
…
__futex_word.h
[libc][NFC] Add a static assert for futex size.
2022-03-01 22:56:56 +00:00
__mutex_type.h
[libc] Add the pthread_mutex_t type.
2022-05-24 22:48:14 +00:00
__pthread_start_t.h
[libc] Add pthread_create and pthread_join functions.
2022-06-02 01:47:24 +00:00
__qsortcompare_t.h
…
__sighandler_t.h
…
__thread_type.h
[libc] Add pthread_create and pthread_join functions.
2022-06-02 01:47:24 +00:00
cnd_t.h
[libc] Add a class "Atomic" as a simple equivalent of std::atomic.
2022-02-28 23:51:44 +00:00
cookie_io_functions_t.h
[libc] Add the implementation of the GNU extension function fopencookie.
2022-04-22 08:02:25 +00:00
div_t.h
…
double_t.h
…
fenv_t.h
…
fexcept_t.h
…
float_t.h
…
imaxdiv_t.h
…
ldiv_t.h
…
lldiv_t.h
…
mode_t.h
[libc] Add POSIX close, fsync, open, read and write functions.
2022-01-27 20:32:02 +00:00
mtx_t.h
[libc][NFC] Add a platform independent thread support library.
2022-03-04 18:33:46 +00:00
off64_t.h
[libc] Add the implementation of the GNU extension function fopencookie.
2022-04-22 08:02:25 +00:00
off_t.h
…
once_flag.h
[libc] Remove the remaining uses of stdatomic.h.
2022-03-01 17:12:39 +00:00
pthread_attr_t.h
[libc] Add a definition of pthread_attr_t and its getters and setters.
2022-04-11 16:08:49 +00:00
pthread_mutex_t.h
[libc] Add the pthread_mutex_t type.
2022-05-24 22:48:14 +00:00
pthread_mutexattr_t.h
[libc] Add pthread_mutexattr_t type and its setters and getters.
2022-04-04 18:11:12 +00:00
pthread_t.h
[libc] Add pthread_create and pthread_join functions.
2022-06-02 01:47:24 +00:00
size_t.h
…
ssize_t.h
…
struct_sigaction.h
[libc][NFC] Add 'struct_' prefix to type headers defining struct types.
2022-01-21 07:04:32 +00:00
struct_tm.h
[libc][NFC] Add 'struct_' prefix to type headers defining struct types.
2022-01-21 07:04:32 +00:00
thrd_start_t.h
…
thrd_t.h
[libc] Add pthread_create and pthread_join functions.
2022-06-02 01:47:24 +00:00
time_t.h
…