OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dead_handlers
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
atexit.c
194
struct atexit_handler *ah, *
dead_handlers
= NULL, **prevp;
local in function:__cxa_finalize
234
ah->ah_next =
dead_handlers
;
235
dead_handlers
= ah;
252
while ((ah =
dead_handlers
) != NULL) {
253
dead_handlers
= ah->ah_next;
atexit.c
194
struct atexit_handler *ah, *
dead_handlers
= NULL, **prevp;
local in function:__cxa_finalize
234
ah->ah_next =
dead_handlers
;
235
dead_handlers
= ah;
252
while ((ah =
dead_handlers
) != NULL) {
253
dead_handlers
= ah->ah_next;
Completed in 21 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025