llvm-project/libc/utils/docgen/threads.json
Nick Desaulniers a4e2927ab6
[libc][docs] add c11 threads and uchar (#119250)
FWICT, these were the newly added headers for c11.
2024-12-09 12:35:44 -08:00

91 lines
1.7 KiB
JSON

{
"macros": {
"__STDC_NO_THREADS__": {
"c-definition": "7.28.1"
},
"ONCE_FLAG_INIT": {
"c-definition": "7.28.1"
},
"TSS_DTOR_ITERATIONS": {
"c-definition": "7.28.1"
}
},
"functions": {
"call_once": {
"c-definition": "7.28.2.1"
},
"cnd_broadcast": {
"c-definition": "7.28.3.1"
},
"cnd_destroy": {
"c-definition": "7.28.3.2"
},
"cnd_init": {
"c-definition": "7.28.3.3"
},
"cnd_signal": {
"c-definition": "7.28.3.4"
},
"cnd_timedwait": {
"c-definition": "7.28.3.5"
},
"cnd_wait": {
"c-definition": "7.28.3.6"
},
"mtx_destroy": {
"c-definition": "7.28.4.2"
},
"mtx_init": {
"c-definition": "7.28.4.3"
},
"mtx_lock": {
"c-definition": "7.28.4.4"
},
"mtx_timedlock": {
"c-definition": "7.28.4.5"
},
"mtx_trylock": {
"c-definition": "7.28.4.6"
},
"mtx_unlock": {
"c-definition": "7.28.4.7"
},
"thrd_create": {
"c-definition": "7.28.5.1"
},
"thrd_current": {
"c-definition": "7.28.5.2"
},
"thrd_detach": {
"c-definition": "7.28.5.3"
},
"thrd_equal": {
"c-definition": "7.28.5.4"
},
"thrd_exit": {
"c-definition": "7.28.5.5"
},
"thrd_join": {
"c-definition": "7.28.5.6"
},
"thrd_sleep": {
"c-definition": "7.28.5.7"
},
"thrd_yield": {
"c-definition": "7.28.5.8"
},
"tss_create": {
"c-definition": "7.28.6.1"
},
"tss_delete": {
"c-definition": "7.28.6.2"
},
"tss_get": {
"c-definition": "7.28.6.3"
},
"tss_set": {
"c-definition": "7.28.6.4"
}
}
}