Home
last modified time | relevance | path

Searched refs:tid_addr (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/syscall_hooks/linux/
H A Dsyscall_hooks.c45 int set_syscall_hooks(const char *hooks_table, int table_len, void *hooks_entry, int reset, int **tid_addr) in set_syscall_hooks() argument
50 if (hooks_table == NULL || hooks_entry == NULL || tid_addr == NULL || in set_syscall_hooks()
66 *tid_addr = &__thread_list_lock; in set_syscall_hooks()
/third_party/musl/porting/linux/user/src/syscall_hooks/
H A Dsyscall_hooks.c45 int set_syscall_hooks(const char *hooks_table, int table_len, void *hooks_entry, int reset, int **tid_addr) in set_syscall_hooks() argument
50 if (hooks_table == NULL || hooks_entry == NULL || tid_addr == NULL || in set_syscall_hooks()
66 *tid_addr = &__thread_list_lock; in set_syscall_hooks()
/third_party/musl/src/linux/syscall_hooks/
H A Dsyscall_hooks.c45 int set_syscall_hooks(const char *hooks_table, int table_len, void *hooks_entry, int reset, int **tid_addr) in set_syscall_hooks() argument
50 if (hooks_table == NULL || hooks_entry == NULL || tid_addr == NULL || in set_syscall_hooks()
66 *tid_addr = &__thread_list_lock; in set_syscall_hooks()
/third_party/musl/porting/linux/user/include/
H A Dsyscall_hooks.h4 int set_syscall_hooks(const char *hooks_table, int table_len, void *hooks_entry, int reset, int **tid_addr);
/third_party/musl/include/linux/
H A Dsyscall_hooks.h19 int set_syscall_hooks(const char *hooks_table, int table_len, void *hooks_entry, int reset, int **tid_addr);

Completed in 1 milliseconds