| [ |
| // =========================================== |
| // libc - internal |
| // =========================================== |
| { |
| "file": "system/lib/libc/musl/src/internal/pthread_impl.h", |
| "structs": { |
| "pthread": [ |
| "threadStatus", |
| "threadExitCode", |
| "profilerBlock", |
| "self", |
| "tsd", |
| "detached", |
| "stack", |
| "stack_size", |
| "attr", |
| "robust_list", |
| "tid", |
| "canceldisable", |
| "cancelasync", |
| "locale" |
| ] |
| }, |
| "defines": ["__ATTRP_C11_THREAD"] |
| }, |
| { |
| "file": "system/lib/libc/musl/src/internal/libc.h", |
| "structs": { |
| "libc": [ |
| "global_locale" |
| ] |
| } |
| } |
| ] |