| [ |
| // =========================================== |
| // libc - internal |
| // =========================================== |
| { |
| "file": "pthread_impl.h", |
| "structs": { |
| "pthread": [ |
| "profilerBlock", |
| "stack", |
| "stack_size" |
| ], |
| "pthread_attr_t#": [ |
| "_a_transferredcanvases" |
| ], |
| "thread_profiler_block": [ |
| "threadStatus", |
| "timeSpentInStatus", |
| "name" |
| ] |
| }, |
| "defines": [ |
| "SIGCANCEL" |
| ] |
| }, |
| { |
| "file": "threading_internal.h", |
| "defines": [ |
| "EM_QUEUED_JS_CALL_MAX_ARGS" |
| ] |
| }, |
| { |
| "file": "dynlink.h", |
| "structs": { |
| "dso": [ |
| "flags", |
| "mem_allocated", |
| "mem_addr", |
| "mem_size", |
| "table_addr", |
| "table_size", |
| "name" |
| ] |
| } |
| }, |
| { |
| "file": "proxying_notification_state.h", |
| "defines": [ |
| "NOTIFICATION_NONE", |
| "NOTIFICATION_RECEIVED", |
| "NOTIFICATION_PENDING" |
| ] |
| } |
| ] |