Lines Matching refs:thread
23 struct thread;
1247 int linux_setxattr(struct thread *, struct linux_setxattr_args *);
1248 int linux_lsetxattr(struct thread *, struct linux_lsetxattr_args *);
1249 int linux_fsetxattr(struct thread *, struct linux_fsetxattr_args *);
1250 int linux_getxattr(struct thread *, struct linux_getxattr_args *);
1251 int linux_lgetxattr(struct thread *, struct linux_lgetxattr_args *);
1252 int linux_fgetxattr(struct thread *, struct linux_fgetxattr_args *);
1253 int linux_listxattr(struct thread *, struct linux_listxattr_args *);
1254 int linux_llistxattr(struct thread *, struct linux_llistxattr_args *);
1255 int linux_flistxattr(struct thread *, struct linux_flistxattr_args *);
1256 int linux_removexattr(struct thread *, struct linux_removexattr_args *);
1257 int linux_lremovexattr(struct thread *, struct linux_lremovexattr_args *);
1258 int linux_fremovexattr(struct thread *, struct linux_fremovexattr_args *);
1259 int linux_getcwd(struct thread *, struct linux_getcwd_args *);
1260 int linux_lookup_dcookie(struct thread *, struct linux_lookup_dcookie_args *);
1261 int linux_eventfd2(struct thread *, struct linux_eventfd2_args *);
1262 int linux_epoll_create1(struct thread *, struct linux_epoll_create1_args *);
1263 int linux_epoll_ctl(struct thread *, struct linux_epoll_ctl_args *);
1264 int linux_epoll_pwait(struct thread *, struct linux_epoll_pwait_args *);
1265 int linux_dup3(struct thread *, struct linux_dup3_args *);
1266 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
1267 int linux_inotify_init1(struct thread *, struct linux_inotify_init1_args *);
1268 int linux_inotify_add_watch(struct thread *, struct linux_inotify_add_watch_args *);
1269 int linux_inotify_rm_watch(struct thread *, struct linux_inotify_rm_watch_args *);
1270 int linux_ioctl(struct thread *, struct linux_ioctl_args *);
1271 int linux_ioprio_set(struct thread *, struct linux_ioprio_set_args *);
1272 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
1273 int linux_mknodat(struct thread *, struct linux_mknodat_args *);
1274 int linux_mkdirat(struct thread *, struct linux_mkdirat_args *);
1275 int linux_unlinkat(struct thread *, struct linux_unlinkat_args *);
1276 int linux_symlinkat(struct thread *, struct linux_symlinkat_args *);
1277 int linux_linkat(struct thread *, struct linux_linkat_args *);
1278 int linux_renameat(struct thread *, struct linux_renameat_args *);
1279 int linux_mount(struct thread *, struct linux_mount_args *);
1280 int linux_pivot_root(struct thread *, struct linux_pivot_root_args *);
1281 int linux_statfs(struct thread *, struct linux_statfs_args *);
1282 int linux_fstatfs(struct thread *, struct linux_fstatfs_args *);
1283 int linux_truncate(struct thread *, struct linux_truncate_args *);
1284 int linux_ftruncate(struct thread *, struct linux_ftruncate_args *);
1285 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
1286 int linux_faccessat(struct thread *, struct linux_faccessat_args *);
1287 int linux_chdir(struct thread *, struct linux_chdir_args *);
1288 int linux_fchmodat(struct thread *, struct linux_fchmodat_args *);
1289 int linux_fchownat(struct thread *, struct linux_fchownat_args *);
1290 int linux_openat(struct thread *, struct linux_openat_args *);
1291 int linux_vhangup(struct thread *, struct linux_vhangup_args *);
1292 int linux_pipe2(struct thread *, struct linux_pipe2_args *);
1293 int linux_getdents64(struct thread *, struct linux_getdents64_args *);
1294 int linux_lseek(struct thread *, struct linux_lseek_args *);
1295 int linux_write(struct thread *, struct linux_write_args *);
1296 int linux_writev(struct thread *, struct linux_writev_args *);
1297 int linux_pread(struct thread *, struct linux_pread_args *);
1298 int linux_pwrite(struct thread *, struct linux_pwrite_args *);
1299 int linux_preadv(struct thread *, struct linux_preadv_args *);
1300 int linux_pwritev(struct thread *, struct linux_pwritev_args *);
1301 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
1302 int linux_pselect6(struct thread *, struct linux_pselect6_args *);
1303 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
1304 int linux_signalfd4(struct thread *, struct linux_signalfd4_args *);
1305 int linux_vmsplice(struct thread *, struct linux_vmsplice_args *);
1306 int linux_splice(struct thread *, struct linux_splice_args *);
1307 int linux_tee(struct thread *, struct linux_tee_args *);
1308 int linux_readlinkat(struct thread *, struct linux_readlinkat_args *);
1309 int linux_newfstatat(struct thread *, struct linux_newfstatat_args *);
1310 int linux_newfstat(struct thread *, struct linux_newfstat_args *);
1311 int linux_fdatasync(struct thread *, struct linux_fdatasync_args *);
1312 int linux_sync_file_range(struct thread *, struct linux_sync_file_range_args *);
1313 int linux_timerfd_create(struct thread *, struct linux_timerfd_create_args *);
1314 int linux_timerfd_settime(struct thread *, struct linux_timerfd_settime_args *);
1315 int linux_timerfd_gettime(struct thread *, struct linux_timerfd_gettime_args *);
1316 int linux_utimensat(struct thread *, struct linux_utimensat_args *);
1317 int linux_capget(struct thread *, struct linux_capget_args *);
1318 int linux_capset(struct thread *, struct linux_capset_args *);
1319 int linux_personality(struct thread *, struct linux_personality_args *);
1320 int linux_exit(struct thread *, struct linux_exit_args *);
1321 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
1322 int linux_waitid(struct thread *, struct linux_waitid_args *);
1323 int linux_set_tid_address(struct thread *, struct linux_set_tid_address_args *);
1324 int linux_unshare(struct thread *, struct linux_unshare_args *);
1325 int linux_sys_futex(struct thread *, struct linux_sys_futex_args *);
1326 int linux_set_robust_list(struct thread *, struct linux_set_robust_list_args *);
1327 int linux_get_robust_list(struct thread *, struct linux_get_robust_list_args *);
1328 int linux_nanosleep(struct thread *, struct linux_nanosleep_args *);
1329 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
1330 int linux_setitimer(struct thread *, struct linux_setitimer_args *);
1331 int linux_kexec_load(struct thread *, struct linux_kexec_load_args *);
1332 int linux_init_module(struct thread *, struct linux_init_module_args *);
1333 int linux_delete_module(struct thread *, struct linux_delete_module_args *);
1334 int linux_timer_create(struct thread *, struct linux_timer_create_args *);
1335 int linux_timer_gettime(struct thread *, struct linux_timer_gettime_args *);
1336 int linux_timer_getoverrun(struct thread *, struct linux_timer_getoverrun_args *);
1337 int linux_timer_settime(struct thread *, struct linux_timer_settime_args *);
1338 int linux_timer_delete(struct thread *, struct linux_timer_delete_args *);
1339 int linux_clock_settime(struct thread *, struct linux_clock_settime_args *);
1340 int linux_clock_gettime(struct thread *, struct linux_clock_gettime_args *);
1341 int linux_clock_getres(struct thread *, struct linux_clock_getres_args *);
1342 int linux_clock_nanosleep(struct thread *, struct linux_clock_nanosleep_args *);
1343 int linux_syslog(struct thread *, struct linux_syslog_args *);
1344 int linux_ptrace(struct thread *, struct linux_ptrace_args *);
1345 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
1346 int linux_sched_setscheduler(struct thread *, struct linux_sched_setscheduler_args *);
1347 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
1348 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_args *);
1349 int linux_sched_setaffinity(struct thread *, struct linux_sched_setaffinity_args *);
1350 int linux_sched_getaffinity(struct thread *, struct linux_sched_getaffinity_args *);
1351 int linux_sched_get_priority_max(struct thread *, struct linux_sched_get_priority_max_args *);
1352 int linux_sched_get_priority_min(struct thread *, struct linux_sched_get_priority_min_args *);
1353 int linux_sched_rr_get_interval(struct thread *, struct linux_sched_rr_get_interval_args *);
1354 int linux_kill(struct thread *, struct linux_kill_args *);
1355 int linux_tkill(struct thread *, struct linux_tkill_args *);
1356 int linux_tgkill(struct thread *, struct linux_tgkill_args *);
1357 int linux_sigaltstack(struct thread *, struct linux_sigaltstack_args *);
1358 int linux_rt_sigsuspend(struct thread *, struct linux_rt_sigsuspend_args *);
1359 int linux_rt_sigaction(struct thread *, struct linux_rt_sigaction_args *);
1360 int linux_rt_sigprocmask(struct thread *, struct linux_rt_sigprocmask_args *);
1361 int linux_rt_sigpending(struct thread *, struct linux_rt_sigpending_args *);
1362 int linux_rt_sigtimedwait(struct thread *, struct linux_rt_sigtimedwait_args *);
1363 int linux_rt_sigqueueinfo(struct thread *, struct linux_rt_sigqueueinfo_args *);
1364 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
1365 int linux_getpriority(struct thread *, struct linux_getpriority_args *);
1366 int linux_reboot(struct thread *, struct linux_reboot_args *);
1367 int linux_setfsuid(struct thread *, struct linux_setfsuid_args *);
1368 int linux_setfsgid(struct thread *, struct linux_setfsgid_args *);
1369 int linux_times(struct thread *, struct linux_times_args *);
1370 int linux_getsid(struct thread *, struct linux_getsid_args *);
1371 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
1372 int linux_setgroups(struct thread *, struct linux_setgroups_args *);
1373 int linux_newuname(struct thread *, struct linux_newuname_args *);
1374 int linux_sethostname(struct thread *, struct linux_sethostname_args *);
1375 int linux_setdomainname(struct thread *, struct linux_setdomainname_args *);
1376 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
1377 int linux_setrlimit(struct thread *, struct linux_setrlimit_args *);
1378 int linux_prctl(struct thread *, struct linux_prctl_args *);
1379 int linux_getcpu(struct thread *, struct linux_getcpu_args *);
1380 int linux_adjtimex(struct thread *, struct linux_adjtimex_args *);
1381 int linux_getpid(struct thread *, struct linux_getpid_args *);
1382 int linux_getppid(struct thread *, struct linux_getppid_args *);
1383 int linux_getuid(struct thread *, struct linux_getuid_args *);
1384 int linux_getgid(struct thread *, struct linux_getgid_args *);
1385 int linux_gettid(struct thread *, struct linux_gettid_args *);
1386 int linux_sysinfo(struct thread *, struct linux_sysinfo_args *);
1387 int linux_mq_open(struct thread *, struct linux_mq_open_args *);
1388 int linux_mq_unlink(struct thread *, struct linux_mq_unlink_args *);
1389 int linux_mq_timedsend(struct thread *, struct linux_mq_timedsend_args *);
1390 int linux_mq_timedreceive(struct thread *, struct linux_mq_timedreceive_args *);
1391 int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
1392 int linux_mq_getsetattr(struct thread *, struct linux_mq_getsetattr_args *);
1393 int linux_msgget(struct thread *, struct linux_msgget_args *);
1394 int linux_msgctl(struct thread *, struct linux_msgctl_args *);
1395 int linux_msgrcv(struct thread *, struct linux_msgrcv_args *);
1396 int linux_msgsnd(struct thread *, struct linux_msgsnd_args *);
1397 int linux_semget(struct thread *, struct linux_semget_args *);
1398 int linux_semctl(struct thread *, struct linux_semctl_args *);
1399 int linux_semtimedop(struct thread *, struct linux_semtimedop_args *);
1400 int linux_shmget(struct thread *, struct linux_shmget_args *);
1401 int linux_shmctl(struct thread *, struct linux_shmctl_args *);
1402 int linux_shmat(struct thread *, struct linux_shmat_args *);
1403 int linux_shmdt(struct thread *, struct linux_shmdt_args *);
1404 int linux_socket(struct thread *, struct linux_socket_args *);
1405 int linux_socketpair(struct thread *, struct linux_socketpair_args *);
1406 int linux_bind(struct thread *, struct linux_bind_args *);
1407 int linux_listen(struct thread *, struct linux_listen_args *);
1408 int linux_accept(struct thread *, struct linux_accept_args *);
1409 int linux_connect(struct thread *, struct linux_connect_args *);
1410 int linux_getsockname(struct thread *, struct linux_getsockname_args *);
1411 int linux_getpeername(struct thread *, struct linux_getpeername_args *);
1412 int linux_sendto(struct thread *, struct linux_sendto_args *);
1413 int linux_recvfrom(struct thread *, struct linux_recvfrom_args *);
1414 int linux_setsockopt(struct thread *, struct linux_setsockopt_args *);
1415 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
1416 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
1417 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
1418 int linux_recvmsg(struct thread *, struct linux_recvmsg_args *);
1419 int linux_brk(struct thread *, struct linux_brk_args *);
1420 int linux_mremap(struct thread *, struct linux_mremap_args *);
1421 int linux_add_key(struct thread *, struct linux_add_key_args *);
1422 int linux_request_key(struct thread *, struct linux_request_key_args *);
1423 int linux_keyctl(struct thread *, struct linux_keyctl_args *);
1424 int linux_clone(struct thread *, struct linux_clone_args *);
1425 int linux_execve(struct thread *, struct linux_execve_args *);
1426 int linux_mmap2(struct thread *, struct linux_mmap2_args *);
1427 int linux_fadvise64(struct thread *, struct linux_fadvise64_args *);
1428 int linux_swapoff(struct thread *, struct linux_swapoff_args *);
1429 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
1430 int linux_msync(struct thread *, struct linux_msync_args *);
1431 int linux_mincore(struct thread *, struct linux_mincore_args *);
1432 int linux_madvise(struct thread *, struct linux_madvise_args *);
1433 int linux_remap_file_pages(struct thread *, struct linux_remap_file_pages_args *);
1434 int linux_mbind(struct thread *, struct linux_mbind_args *);
1435 int linux_get_mempolicy(struct thread *, struct linux_get_mempolicy_args *);
1436 int linux_set_mempolicy(struct thread *, struct linux_set_mempolicy_args *);
1437 int linux_migrate_pages(struct thread *, struct linux_migrate_pages_args *);
1438 int linux_move_pages(struct thread *, struct linux_move_pages_args *);
1439 int linux_rt_tgsigqueueinfo(struct thread *, struct linux_rt_tgsigqueueinfo_args *);
1440 int linux_perf_event_open(struct thread *, struct linux_perf_event_open_args *);
1441 int linux_accept4(struct thread *, struct linux_accept4_args *);
1442 int linux_recvmmsg(struct thread *, struct linux_recvmmsg_args *);
1443 int linux_wait4(struct thread *, struct linux_wait4_args *);
1444 int linux_prlimit64(struct thread *, struct linux_prlimit64_args *);
1445 int linux_fanotify_init(struct thread *, struct linux_fanotify_init_args *);
1446 int linux_fanotify_mark(struct thread *, struct linux_fanotify_mark_args *);
1447 int linux_name_to_handle_at(struct thread *, struct linux_name_to_handle_at_args *);
1448 int linux_open_by_handle_at(struct thread *, struct linux_open_by_handle_at_args *);
1449 int linux_clock_adjtime(struct thread *, struct linux_clock_adjtime_args *);
1450 int linux_syncfs(struct thread *, struct linux_syncfs_args *);
1451 int linux_setns(struct thread *, struct linux_setns_args *);
1452 int linux_sendmmsg(struct thread *, struct linux_sendmmsg_args *);
1453 int linux_process_vm_readv(struct thread *, struct linux_process_vm_readv_args *);
1454 int linux_process_vm_writev(struct thread *, struct linux_process_vm_writev_args *);
1455 int linux_kcmp(struct thread *, struct linux_kcmp_args *);
1456 int linux_finit_module(struct thread *, struct linux_finit_module_args *);
1457 int linux_sched_setattr(struct thread *, struct linux_sched_setattr_args *);
1458 int linux_sched_getattr(struct thread *, struct linux_sched_getattr_args *);
1459 int linux_renameat2(struct thread *, struct linux_renameat2_args *);
1460 int linux_seccomp(struct thread *, struct linux_seccomp_args *);
1461 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
1462 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
1463 int linux_bpf(struct thread *, struct linux_bpf_args *);
1464 int linux_execveat(struct thread *, struct linux_execveat_args *);
1465 int linux_userfaultfd(struct thread *, struct linux_userfaultfd_args *);
1466 int linux_membarrier(struct thread *, struct linux_membarrier_args *);
1467 int linux_mlock2(struct thread *, struct linux_mlock2_args *);
1468 int linux_copy_file_range(struct thread *, struct linux_copy_file_range_args *);
1469 int linux_preadv2(struct thread *, struct linux_preadv2_args *);
1470 int linux_pwritev2(struct thread *, struct linux_pwritev2_args *);
1471 int linux_pkey_mprotect(struct thread *, struct linux_pkey_mprotect_args *);
1472 int linux_pkey_alloc(struct thread *, struct linux_pkey_alloc_args *);
1473 int linux_pkey_free(struct thread *, struct linux_pkey_free_args *);
1474 int linux_statx(struct thread *, struct linux_statx_args *);
1475 int linux_io_pgetevents(struct thread *, struct linux_io_pgetevents_args *);
1476 int linux_rseq(struct thread *, struct linux_rseq_args *);
1477 int linux_kexec_file_load(struct thread *, struct linux_kexec_file_load_args *);
1478 int linux_pidfd_send_signal(struct thread *, struct linux_pidfd_send_signal_args *);
1479 int linux_io_uring_setup(struct thread *, struct linux_io_uring_setup_args *);
1480 int linux_io_uring_enter(struct thread *, struct linux_io_uring_enter_args *);
1481 int linux_io_uring_register(struct thread *, struct linux_io_uring_register_args *);
1482 int linux_open_tree(struct thread *, struct linux_open_tree_args *);
1483 int linux_move_mount(struct thread *, struct linux_move_mount_args *);
1484 int linux_fsopen(struct thread *, struct linux_fsopen_args *);
1485 int linux_fsconfig(struct thread *, struct linux_fsconfig_args *);
1486 int linux_fsmount(struct thread *, struct linux_fsmount_args *);
1487 int linux_fspick(struct thread *, struct linux_fspick_args *);
1488 int linux_pidfd_open(struct thread *, struct linux_pidfd_open_args *);
1489 int linux_clone3(struct thread *, struct linux_clone3_args *);
1490 int linux_close_range(struct thread *, struct linux_close_range_args *);
1491 int linux_openat2(struct thread *, struct linux_openat2_args *);
1492 int linux_pidfd_getfd(struct thread *, struct linux_pidfd_getfd_args *);
1493 int linux_faccessat2(struct thread *, struct linux_faccessat2_args *);
1494 int linux_process_madvise(struct thread *, struct linux_process_madvise_args *);
1495 int linux_epoll_pwait2(struct thread *, struct linux_epoll_pwait2_args *);
1496 int linux_mount_setattr(struct thread *, struct linux_mount_setattr_args *);
1497 int linux_quotactl_fd(struct thread *, struct linux_quotactl_fd_args *);
1498 int linux_landlock_create_ruleset(struct thread *, struct linux_landlock_create_ruleset_args *);
1499 int linux_landlock_add_rule(struct thread *, struct linux_landlock_add_rule_args *);
1500 int linux_landlock_restrict_self(struct thread *, struct linux_landlock_restrict_self_args *);
1501 int linux_memfd_secret(struct thread *, struct linux_memfd_secret_args *);
1502 int linux_process_mrelease(struct thread *, struct linux_process_mrelease_args *);
1503 int linux_futex_waitv(struct thread *, struct linux_futex_waitv_args *);
1504 int linux_set_mempolicy_home_node(struct thread *, struct linux_set_mempolicy_home_node_args *);
1505 int linux_cachestat(struct thread *, struct linux_cachestat_args *);
1506 int linux_fchmodat2(struct thread *, struct linux_fchmodat2_args *);