OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sched_fork_cleanup
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/docs/internals/
threads-syscalls-signals.txt
25
VG_(scheduler_init) registers
sched_fork_cleanup
as a child atfork
26
handler.
sched_fork_cleanup
, among other things, reinitializes the
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
541
static void
sched_fork_cleanup
(ThreadId me)
function
648
VG_(atfork)(NULL, NULL,
sched_fork_cleanup
);
[
all
...]
Completed in 330 milliseconds