Home
last modified time | relevance | path

Searched defs:ld_semaphore (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h11917 struct ld_semaphore { struct
11918 atomic_long_t count;
11919 raw_spinlock_t wait_lock;
11920 unsigned int wait_readers;
11921 struct list_head read_wait;
11922 struct list_head write_wait;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h11832 struct ld_semaphore { struct
11833 atomic_long_t count;
11834 raw_spinlock_t wait_lock;
11835 unsigned int wait_readers;
11836 struct list_head read_wait;
11837 struct list_head write_wait;