/third_party/ltp/testcases/kernel/syscalls/clone/ |
D | clone02.c | 192 if ((sprintf(file_name, "parent_file_%ld", syscall(__NR_gettid))) <= 0) in setup() 261 child_pid = syscall(__NR_gettid); in child_fn() 458 if ((syscall(__NR_gettid)) == child_pid) in sig_child_defined_handler()
|
/third_party/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/ |
D | rt_tgsigqueueinfo01.c | 57 syscall(__NR_gettid), SIGUSR1, &uinfo)); in send_rcv_func() 85 *tid = syscall(__NR_gettid); in receiver_func()
|
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
D | tgkill.h | 19 return tst_syscall(__NR_gettid); in sys_gettid()
|
/third_party/ltp/testcases/kernel/syscalls/tkill/ |
D | tkill01.c | 42 tid = tst_syscall(__NR_gettid); in run()
|
/third_party/ltp/testcases/kernel/syscalls/gettid/ |
D | gettid01.c | 45 return (pid_t) syscall(__NR_gettid); in my_gettid()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl05.c | 59 tid = tst_syscall(__NR_gettid); in verify_prctl()
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/ |
D | rt_sigqueueinfo01.c | 49 tid = tst_syscall(__NR_gettid); in handle_thread()
|
/third_party/musl/libc-test/src/functional/ |
D | test-malloc-stats-common.h | 123 thread_data->self_id = syscall(__NR_gettid); in allocate_wait_free()
|
D | test-malloc-info-stats-print.h | 81 snprintf(test_results.threads[0], MAX_TID_LEN, "%d", (pid_t) syscall(__NR_gettid)); in get_main_thread_test_results()
|
/third_party/ltp/lib/ |
D | tst_capability.c | 50 .pid = tst_syscall(__NR_gettid), in tst_cap_action()
|
D | tst_memutils.c | 102 .pid = tst_syscall(__NR_gettid), in has_caps()
|
/third_party/ltp/testcases/realtime/func/pi-tests/ |
D | testpi-4.c | 74 return syscall(__NR_gettid); in gettid()
|
D | testpi-2.c | 75 return syscall(__NR_gettid); in gettid()
|
D | testpi-1.c | 73 return syscall(__NR_gettid); in gettid()
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
D | nfs05_make_tree.c | 54 #define gettid() syscall(__NR_gettid)
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
D | diotest2.c | 144 sprintf(filename, "testdata-2.%ld", syscall(__NR_gettid)); in main()
|
D | diotest5.c | 174 sprintf(filename, "testdata-5.%ld", syscall(__NR_gettid)); in main()
|
D | diotest3.c | 237 sprintf(filename, "testdata-3.%ld", syscall(__NR_gettid)); in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | syscall.h | 201 #define __NR_gettid 224 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | syscall.h | 201 #define __NR_gettid 224 macro
|
/third_party/selinux/libselinux/src/ |
D | procattr.c | 42 return syscall(__NR_gettid); in selinux_gettid()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 213 tst_own_ex.pid = ltp_syscall(__NR_gettid); in setownex_tid_test()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | syscall.h | 201 #define __NR_gettid 224 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | syscall.h | 201 #define __NR_gettid 224 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | syscall.h | 201 #define __NR_gettid 224 macro
|