Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h51888 struct sem_queue { struct
51889 struct list_head list;
51890 struct task_struct *sleeper;
51891 struct sem_undo *undo;
51892 struct pid *pid;
51893 int status;
51894 struct sembuf *sops;
51895 struct sembuf *blocking;
51896 int nsops;
51897 bool alter;
[all …]