File size: 1,065 Bytes
00df61d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
    // ===========================================
    // libc - internal
    // ===========================================
    {
        "file": "pthread_impl.h",
        "structs": {
            "pthread": [
              "profilerBlock",
              "stack",
              "stack_size",
              "waiting_async"
            ],
            "pthread_attr_t#": [
              "_a_transferredcanvases"
            ],
            "thread_profiler_block": [
                "threadStatus",
                "timeSpentInStatus",
                "name"
            ]
        }
    },
    {
        "file": "threading_internal.h",
        "defines": [
            "EM_THREAD_STATUS_NUMFIELDS"
        ]
    },
    {
        "file": "dynlink.h",
        "structs": {
            "dso": [
              "flags",
              "mem_allocated",
              "mem_addr",
              "mem_size",
              "table_addr",
              "table_size",
              "file_data",
              "file_data_size",
              "name"
            ]
        }
    }
]