OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_handler
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors_mac.cc
250
xpc_handler_t
new_handler
= ^(xpc_object_t object) {
local
257
REAL(xpc_connection_set_event_handler)(connection,
new_handler
);
280
xpc_handler_t
new_handler
= ^(xpc_object_t object) {
local
288
(connection, message, replyq,
new_handler
);
tsan_interceptors_mac.cc
250
xpc_handler_t
new_handler
= ^(xpc_object_t object) {
local
257
REAL(xpc_connection_set_event_handler)(connection,
new_handler
);
280
xpc_handler_t
new_handler
= ^(xpc_object_t object) {
local
288
(connection, message, replyq,
new_handler
);
tsan_libdispatch_mac.cc
400
dispatch_block_t
new_handler
= Block_copy(^(void) {
local
406
REAL(dispatch_source_set_event_handler)(source,
new_handler
);
407
Block_release(
new_handler
);
429
dispatch_block_t
new_handler
= Block_copy(^(void) {
local
435
REAL(dispatch_source_set_cancel_handler)(source,
new_handler
);
436
Block_release(
new_handler
);
460
dispatch_block_t
new_handler
= Block_copy(^(void) {
local
466
REAL(dispatch_source_set_registration_handler)(source,
new_handler
);
467
Block_release(
new_handler
);
tsan_libdispatch_mac.cc
400
dispatch_block_t
new_handler
= Block_copy(^(void) {
local
406
REAL(dispatch_source_set_event_handler)(source,
new_handler
);
407
Block_release(
new_handler
);
429
dispatch_block_t
new_handler
= Block_copy(^(void) {
local
435
REAL(dispatch_source_set_cancel_handler)(source,
new_handler
);
436
Block_release(
new_handler
);
460
dispatch_block_t
new_handler
= Block_copy(^(void) {
local
466
REAL(dispatch_source_set_registration_handler)(source,
new_handler
);
467
Block_release(
new_handler
);
Completed in 52 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026