~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to erts/emulator/beam/erl_lock_check.c

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    {   "proc_link",                            "pid"                   },
90
90
    {   "proc_msgq",                            "pid"                   },
91
91
    {   "dist_entry",                           "address"               },
 
92
    {   "dist_entry_links",                     "address"               },
92
93
    {   "proc_status",                          "pid"                   },
93
94
    {   "proc_tab",                             NULL                    },
94
95
    {   "ports_snapshot",                       NULL                    },
95
 
    {   "db_tab",                               "address"               },
96
 
    {   "meta_pid_to_tab",                      NULL                    },
97
 
    {   "meta_pid_to_fixed_tab",                NULL                    },
 
96
    {   "db_tab",                               "address"               },    
 
97
    {   "db_tab_fix",                           "address"               },
98
98
    {   "meta_name_tab",                        "address"               },
99
99
    {   "meta_main_tab_slot",                   "address"               },
100
100
    {   "meta_main_tab_main",                   NULL                    },
 
101
    {   "db_hash_slot",                         "address"               },
101
102
    {   "node_table",                           NULL                    },
102
103
    {   "dist_table",                           NULL                    },
103
104
    {   "sys_tracers",                          NULL                    },
115
116
#if defined(ENABLE_CHILD_WAITER_THREAD) || defined(ERTS_SMP)
116
117
    {   "child_status",                         NULL                    },
117
118
#endif
 
119
#ifdef __WIN32__
 
120
    {   "sys_driver_data_lock",                 NULL                    }, 
 
121
#endif
118
122
    {   "drv_ev_state_grow",                    NULL,                   }, 
119
123
    {   "drv_ev_state",                         "address"               },
120
124
    {   "safe_hash",                            "address"               },
140
144
    {   "message_pre_alloc_lock",               "address"               },
141
145
    {   "ptimer_pre_alloc_lock",                "address",              },
142
146
    {   "btm_pre_alloc_lock",                   NULL,                   },
 
147
    {   "dist_entry_out_queue",                 "address"               },
143
148
#endif
144
149
    {   "mtrace_op",                            NULL                    },
145
150
    {   "instr_x",                              NULL                    },
150
155
#ifdef ERTS_SMP
151
156
    {   "port_task_pre_alloc_lock",             "address"               },
152
157
    {   "port_taskq_pre_alloc_lock",            "address"               },
 
158
    {   "proclist_pre_alloc_lock",              "address"               },
153
159
    {   "port_tasks_lock",                      NULL                    },
154
160
    {   "get_free_port",                        NULL                    },
155
161
    {   "port_state",                           "address"               },
170
176
    {   "alloc_thr_ix_lock",                    NULL                    },
171
177
#ifdef ERTS_SMP
172
178
    {   "proc_lck_wtr_alloc",                   NULL                    },
173
 
#ifdef __WIN32__
174
 
    {   "sys_driver_data_lock",                 NULL                    }, 
175
 
#endif
176
179
#endif
177
180
#ifdef __WIN32__
178
181
#ifdef DEBUG