Home
last modified time | relevance | path

Searched refs:new_state_count (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/mach/
H A Dexc_server_variants.cc193 mach_msg_type_number_t* new_state_count,
219 mach_msg_type_number_t* new_state_count,
467 mach_msg_type_number_t new_state_count = 0; in CatchExceptionRaise() local
480 &new_state_count, in CatchExceptionRaise()
494 mach_msg_type_number_t* new_state_count, in CatchExceptionRaiseState() argument
508 new_state_count ? new_state : nullptr, in CatchExceptionRaiseState()
509 new_state_count, in CatchExceptionRaiseState()
525 mach_msg_type_number_t* new_state_count, in CatchExceptionRaiseStateIdentity() argument
539 new_state_count ? new_state : nullptr, in CatchExceptionRaiseStateIdentity()
540 new_state_count, in CatchExceptionRaiseStateIdentity()
[all …]
H A Dexc_client_variants_test.cc67 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
110 EXPECT_EQ(*new_state_count, in CatchMachException()
121 *new_state_count = MACHINE_THREAD_STATE_COUNT; in CatchMachException()
124 for (size_t index = 0; index < *new_state_count; ++index) { in CatchMachException()
131 EXPECT_EQ(*new_state_count, 0u); in CatchMachException()
178 mach_msg_type_number_t new_state_count; in MachMultiprocessChild() local
196 new_state_count = 0x5a; in MachMultiprocessChild()
197 new_state_count_p = &new_state_count; in MachMultiprocessChild()
218 EXPECT_EQ(new_state_count, MACHINE_THREAD_STATE_COUNT); in MachMultiprocessChild()
220 for (size_t index = 0; index < new_state_count; ++index) { in MachMultiprocessChild()
H A Dexc_client_variants.cc38 mach_msg_type_number_t* new_state_count) { in UniversalExceptionRaise() argument
75 new_state_count); in UniversalExceptionRaise()
89 new_state_count); in UniversalExceptionRaise()
109 new_state_count); in UniversalExceptionRaise()
123 new_state_count); in UniversalExceptionRaise()
H A Dexc_server_variants_test.cc489 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
1027 EXPECT_EQ(*new_state_count, in CatchMachException()
1034 EXPECT_EQ(*new_state_count, 0u); in CatchMachException()
1284 &new_state_count); in TEST()
1294 &new_state_count); in TEST()
1304 EXPECT_EQ(new_state_count, copy_limit); in TEST()
1314 new_state_count = copy_limit; in TEST()
1319 &new_state_count); in TEST()
1320 EXPECT_EQ(new_state_count, copy_limit); in TEST()
1330 new_state_count = base::size(new_state); in TEST()
[all …]
H A Dexc_server_variants.h105 mach_msg_type_number_t* new_state_count,
231 mach_msg_type_number_t* new_state_count);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/mach/
H A Dexc_server_variants.cc193 mach_msg_type_number_t* new_state_count,
219 mach_msg_type_number_t* new_state_count,
467 mach_msg_type_number_t new_state_count = 0; in CatchExceptionRaise() local
480 &new_state_count, in CatchExceptionRaise()
494 mach_msg_type_number_t* new_state_count, in CatchExceptionRaiseState() argument
508 new_state_count ? new_state : nullptr, in CatchExceptionRaiseState()
509 new_state_count, in CatchExceptionRaiseState()
525 mach_msg_type_number_t* new_state_count, in CatchExceptionRaiseStateIdentity() argument
539 new_state_count ? new_state : nullptr, in CatchExceptionRaiseStateIdentity()
540 new_state_count, in CatchExceptionRaiseStateIdentity()
[all …]
H A Dexc_client_variants_test.cc67 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
110 EXPECT_EQ(*new_state_count, in CatchMachException()
121 *new_state_count = MACHINE_THREAD_STATE_COUNT; in CatchMachException()
124 for (size_t index = 0; index < *new_state_count; ++index) { in CatchMachException()
131 EXPECT_EQ(*new_state_count, 0u); in CatchMachException()
178 mach_msg_type_number_t new_state_count; in MachMultiprocessChild() local
196 new_state_count = 0x5a; in MachMultiprocessChild()
197 new_state_count_p = &new_state_count; in MachMultiprocessChild()
218 EXPECT_EQ(new_state_count, MACHINE_THREAD_STATE_COUNT); in MachMultiprocessChild()
220 for (size_t index = 0; index < new_state_count; ++index) { in MachMultiprocessChild()
H A Dexc_client_variants.cc38 mach_msg_type_number_t* new_state_count) { in UniversalExceptionRaise() argument
75 new_state_count); in UniversalExceptionRaise()
89 new_state_count); in UniversalExceptionRaise()
109 new_state_count); in UniversalExceptionRaise()
123 new_state_count); in UniversalExceptionRaise()
H A Dexc_server_variants_test.cc492 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
1031 EXPECT_EQ(*new_state_count, in CatchMachException()
1038 EXPECT_EQ(*new_state_count, 0u); in CatchMachException()
1299 &new_state_count); in TEST()
1309 &new_state_count); in TEST()
1319 EXPECT_EQ(new_state_count, copy_limit); in TEST()
1329 new_state_count = copy_limit; in TEST()
1334 &new_state_count); in TEST()
1335 EXPECT_EQ(new_state_count, copy_limit); in TEST()
1345 new_state_count = base::size(new_state); in TEST()
[all …]
H A Dexc_server_variants.h105 mach_msg_type_number_t* new_state_count,
231 mach_msg_type_number_t* new_state_count);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/client/
H A Dsimulate_crash_mac.cc145 mach_msg_type_number_t new_state_count = THREAD_STATE_MAX; in DeliverException() local
158 &new_state_count); in DeliverException()
169 kr = thread_set_state(thread, flavor, new_state, new_state_count); in DeliverException()
H A Dsimulate_crash_mac_test.cc97 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
216 *new_state_count = old_state_count; in CatchMachException()
232 behavior, old_state, old_state_count, new_state, new_state_count); in CatchMachException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/client/
H A Dsimulate_crash_mac.cc155 mach_msg_type_number_t new_state_count = THREAD_STATE_MAX; in DeliverException() local
168 &new_state_count); in DeliverException()
179 kr = thread_set_state(thread, flavor, new_state, new_state_count); in DeliverException()
H A Dsimulate_crash_mac_test.cc97 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
238 *new_state_count = old_state_count; in CatchMachException()
254 behavior, old_state, old_state_count, new_state, new_state_count); in CatchMachException()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/handler/mac/
H A Dcrash_report_exception_handler.cc69 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
213 mach_msg_type_number_t new_state_forward_count = *new_state_count; in CatchMachException()
244 behavior, old_state, old_state_count, new_state, new_state_count); in CatchMachException()
H A Dexception_handler_server.cc132 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
151 new_state_count, in CatchMachException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/handler/mac/
H A Dcrash_report_exception_handler.cc70 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
214 mach_msg_type_number_t new_state_forward_count = *new_state_count; in CatchMachException()
245 behavior, old_state, old_state_count, new_state, new_state_count); in CatchMachException()
H A Dexception_handler_server.cc132 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
151 new_state_count, in CatchMachException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/osx/
H A Dmach_exception_handler.c433 mach_msg_type_number_t *new_state_count) { in nacl_catch_exception_raise_state() argument
443 UNREFERENCED_PARAMETER(new_state_count); in nacl_catch_exception_raise_state()
472 mach_msg_type_number_t *new_state_count) { in nacl_catch_exception_raise_state_identity() argument
480 CHECK(*new_state_count >= x86_THREAD_STATE_COUNT); in nacl_catch_exception_raise_state_identity()
481 *new_state_count = x86_THREAD_STATE_COUNT; in nacl_catch_exception_raise_state_identity()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/test/mac/
H A Dexception_swallower.cc96 mach_msg_type_number_t* new_state_count, in CatchMachException() argument
104 behavior, old_state, old_state_count, new_state, new_state_count); in CatchMachException()
/dports/emulators/aranym/aranym-1.1.0/src/Unix/darwin/
H A Dsigsegv_darwin_x86.cpp522 mach_msg_type_number_t *new_state_count) in catch_mach_exception_raise_state() argument
525 *new_state_count = old_state_count; in catch_mach_exception_raise_state()
541 mach_msg_type_number_t *new_state_count) in catch_mach_exception_raise_state_identity() argument
546 *new_state_count = old_state_count; in catch_mach_exception_raise_state_identity()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mach-0.3.2/src/
H A Dthread_act.rs13 new_state_count: *mut mach_msg_type_number_t, in thread_get_state()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/mach-0.3.2/src/
H A Dthread_act.rs13 new_state_count: *mut mach_msg_type_number_t, in thread_get_state()
/dports/www/firefox/firefox-99.0/third_party/rust/mach/src/
H A Dthread_act.rs13 new_state_count: *mut mach_msg_type_number_t, in thread_get_state()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mach/src/
H A Dthread_act.rs13 new_state_count: *mut mach_msg_type_number_t, in thread_get_state()

12