OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sched_lock_ops
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/coregrind/m_scheduler/
priv_sched-lock-impl.h
37
struct
sched_lock_ops
{
struct
46
extern const struct
sched_lock_ops
ML_(generic_sched_lock_ops);
47
extern const struct
sched_lock_ops
ML_(linux_ticket_lock_ops);
sched-lock.c
38
static struct
sched_lock_ops
const *
sched_lock_ops
=
variable
41
static struct
sched_lock_ops
const *const sched_lock_impl[] = {
59
struct
sched_lock_ops
const *p = NULL;
64
sched_lock_ops
= p;
70
return (
sched_lock_ops
->get_sched_lock_name)();
75
return (
sched_lock_ops
->create_sched_lock)();
80
return (
sched_lock_ops
->destroy_sched_lock)(p);
85
return (
sched_lock_ops
->get_sched_lock_owner)(p);
90
return (
sched_lock_ops
->acquire_sched_lock)(p)
[
all
...]
Completed in 106 milliseconds