/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
H A D | 10-2.c | 47 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 10-1.c | 42 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 17-1.c | 44 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 13-1.c | 42 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 14-1.c | 43 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 7-1.c | 42 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/speculative/ |
H A D | 10-2.c | 45 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 1-1.c | 42 sprintf(qname, "/mq_timedsend_1-1_%d", getpid()); in main()
|
H A D | 10-1.c | 41 sprintf(qname, "/mq_timedsend_10-1_%d", getpid()); in main()
|
H A D | 4-3.c | 43 sprintf(qname, "/mq_timedsend_4-3_%d", getpid()); in main()
|
H A D | 2-1.c | 36 sprintf(qname, "/mq_timedsend_2-1_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/ |
H A D | 3-1.c | 72 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
H A D | 7-1.c | 65 pid = getpid(); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/tools/ |
H A D | t0.c | 66 kill(getpid(), SIGALRM); in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | popen.c | 40 snprintf(cmd, sizeof cmd, "read a ; test \"x$a\" = xhello && kill -USR1 %d", getpid()); in main()
|
/third_party/node/deps/uv/src/unix/ |
H A D | aix-common.c | 82 pi.pi_pid = getpid(); in uv_exepath()
|
/third_party/toybox/toys/other/ |
H A D | oneit.c | 60 if (getpid()!=1) _exit(127+signal); in oneit_signaled()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | sysinfo_test.cc | 103 // On Linux, for the main thread, GetTID()==getpid() is guaranteed by the API. in TEST() 104 EXPECT_EQ(GetTID(), getpid()); in TEST()
|
/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 85 : isMainWorkThread(false), stopWorkThread(false), callerPid_(getpid()), in BinderInvoker() 1049 ZLOGE(LABEL, "Current Thread:%{public}d is leaving", getpid()); in JoinThread() 1382 auto pid = getpid(); in GetCallerPid() 1391 auto pid = getpid(); in GetCallerSid() 1400 auto pid = getpid(); in GetCallerRealPid() 1409 auto pid = getpid(); in GetCallerUid() 1419 auto pid = getpid(); in GetCallerTokenID() 1428 auto pid = getpid(); in GetFirstCallerTokenID() 1458 bool flag = current->QueryInvokerProcInfo(true, invokerInfo_) && (getpid() != invokerInfo_.pid); in GetStatus() 1606 auto pid = getpid(); in ResetCallingIdentity() [all...] |
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/ |
H A D | abilityms_client.cpp | 92 pid_t pid = getpid(); in ScheduleAms()
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | ace_forward_compatibility_test.cpp | 35 AceForwardCompatibility::ReclaimFileCache(getpid()); in HWTEST_F()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | focus_session_strategy.cpp | 30 AudioStandard::AudioStreamManager::GetInstance()->UnregisterAudioRendererEventListener(getpid()); in ~FocusSessionStrategy()
|
/foundation/multimodalinput/input/uinput/ |
H A D | hdf_device_event_manager.cpp | 73 int32_t pid = getpid(); in main()
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_flo.cpp | 58 .pid = getpid(), in InitCfg()
|
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/test_sa_proxy_cache_ability/src/ |
H A D | test_sa_proxy_cache.cpp | 77 pid = getpid(); in GetSaPid()
|