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