#include <stddef.h> #include <stdbool.h> #include <linux/compiler.h> #include <linux/lockdep.h> #include <unistd.h> #include <sys/syscall.h> static __thread struct task_struct current_obj; /* lockdep wants these */ bool debug_locks = true; bool debug_locks_silent; __attribute__((destructor))
static void liblockdep_exit(void) { debug_check_no_locks_held(); }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
sasha levin | sasha levin | 11 | 100.00% | 2 | 100.00% |
Total | 11 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
sasha levin | sasha levin | 42 | 100.00% | 1 | 100.00% |
Total | 42 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
sasha levin | sasha levin | 90 | 100.00% | 2 | 100.00% |
Total | 90 | 100.00% | 2 | 100.00% |