Path: blob/main/src/struct_info_internal.json
4128 views
[1// ===========================================2// libc - internal3// ===========================================4{5"file": "pthread_impl.h",6"structs": {7"pthread": [8"profilerBlock",9"stack",10"stack_size",11"waiting_async"12],13"pthread_attr_t#": [14"_a_transferredcanvases"15],16"thread_profiler_block": [17"threadStatus",18"timeSpentInStatus",19"name"20]21},22"defines": [23"SIGCANCEL"24]25},26{27"file": "threading_internal.h",28"defines": [29"EM_THREAD_STATUS_NUMFIELDS"30]31},32{33"file": "dynlink.h",34"structs": {35"dso": [36"flags",37"mem_allocated",38"mem_addr",39"mem_size",40"table_addr",41"table_size",42"file_data",43"file_data_size",44"name"45]46}47},48{49"file": "proxying_notification_state.h",50"defines": [51"NOTIFICATION_NONE",52"NOTIFICATION_RECEIVED",53"NOTIFICATION_PENDING"54]55}56]575859