| /kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
| H A D | It_posix_pthread_082.cpp | 38 pthread_t self = pthread_self(); in pthread_f01() local
|
| H A D | It_posix_pthread_090.cpp | 37 pthread_t self = pthread_self(); in pthread_f01() local
|
| /third_party/ltp/include/ |
| H A D | tst_epoll.h | 14 void *self; member
|
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| H A D | pthread_mutex_trylock.c | 7 pthread_t self = __pthread_self(); in __pthread_mutex_trylock_owner() local [all...] |
| /third_party/musl/porting/liteos_m/user/src/thread/ |
| H A D | pthread_join.c | 9 pthread_t self = __pthread_self(); in __pthread_timedjoin_np() local
|
| /third_party/musl/src/thread/ |
| H A D | pthread_mutex_trylock.c | 7 pthread_t self = __pthread_self(); in __pthread_mutex_trylock_owner() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | target-ppc.c | 7 static void predefine_ppc(const struct target *self) in predefine_ppc() argument 34 static void init_ppc32(const struct target *self) in init_ppc32() argument 42 static void predefine_ppc32(const struct target *self) in predefine_ppc32() argument 63 static void predefine_ppc64(const struct target *self) in predefine_ppc64() argument
|
| H A D | target-sparc.c | 8 static void predefine_sparc(const struct target *self) in predefine_sparc() argument 41 static void predefine_sparc32(const struct target *self) in predefine_sparc32() argument 68 static void predefine_sparc64(const struct target *self) in predefine_sparc64() argument
|
| H A D | target-s390.c | 7 static void init_s390(const struct target *self) in init_s390() argument 18 static void predefine_s390(const struct target *self) in predefine_s390() argument 51 static void predefine_s390x(const struct target *self) in predefine_s390x() argument
|
| /third_party/python/Include/cpython/ |
| H A D | bytearrayobject.h | 22 PyByteArrayObject *self = _PyByteArray_CAST(op); in PyByteArray_AS_STRING() local 33 PyByteArrayObject *self = _PyByteArray_CAST(op); in PyByteArray_GET_SIZE() local
|
| H A D | genobject.h | 48 PyAPI_FUNC(void) _PyGen_Finalize(PyObject *self); variable
|
| /third_party/python/Modules/_xxtestfuzz/ |
| H A D | _xxtestfuzz.c | 8 static PyObject* _fuzz_run(PyObject* self, PyObject* args) { in _fuzz_run() argument
|
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/ |
| H A D | x25519_openssl.c | 38 static void DestroyX25519(HcfObjectBase *self) in DestroyX25519() argument 51 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
|
| H A D | dh_openssl.c | 39 static void DestroyDh(HcfObjectBase *self) in DestroyDh() argument 52 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
|
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/rand/src/ |
| H A D | rand_openssl.c | 34 static HcfResult OpensslGenerateRandom(HcfRandSpi *self, int32_t numBytes, HcfBlob *random) in OpensslGenerateRandom() argument 62 static const char *GetRandAlgoName(HcfRandSpi *self) in GetRandAlgoName() argument 76 static void OpensslSetSeed(HcfRandSpi *self, HcfBlob *seed) in OpensslSetSeed() argument 86 static void DestroyRandOpenssl(HcfObjectBase *self) in DestroyRandOpenssl() argument [all...] |
| /base/security/device_auth/common_lib/impl/src/ |
| H A D | hc_string.c | 31 HcBool StringAppend(HcString *self, HcString str)
in StringAppend() argument 51 HcBool StringAppendPointer(HcString *self, const char *str)
in StringAppendPointer() argument 70 StringAppendChar(HcString *self, char c) StringAppendChar() argument 91 StringSet(HcString *self, HcString str) StringSet() argument 108 StringSetPointer(HcString *self, const char *str) StringSetPointer() argument 123 StringGet(const HcString *self) StringGet() argument 137 StringLength(const HcString *self) StringLength() argument [all...] |
| /base/telephony/telephony_data/opkey_version/src/ |
| H A D | opkey_version_ability.cpp | 36 auto self = new OpkeyVersionAbility(); in Create() local
|
| /foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
| H A D | openharmony_buffer_queue_itf.cpp | 20 SLresult Enqueue(SLOHBufferQueueItf self, const void *buffer, SLuint32 size)
in Enqueue() argument 35 SLresult Clear(SLOHBufferQueueItf self)
in Clear() argument 50 SLresult GetState(SLOHBufferQueueItf self, SLOHBufferQueueState *state)
in GetState() argument 65 static SLresult GetBuffer(SLOHBufferQueueItf self, SLuint argument 79 RegisterCallback(SLOHBufferQueueItf self, SlOHBufferQueueCallback callback, void *pContext) RegisterCallback() argument 101 IOHBufferQueueInit(void *self, const SLInterfaceID iid, SLuint32 id) IOHBufferQueueInit() argument [all...] |
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
| H A D | metadata_helpers.h | 30 void ConstructPropertiesFromMetadata(Self* self, const StaticObjectMetadata& sm, const IMetadata::Ptr& meta) in ConstructPropertiesFromMetadata() argument 59 bool ConstructOrInitEvent(IEvent::Ptr& p, Self* self, const EventMetadata& pm) in ConstructOrInitEvent() argument 81 void ConstructEventsFromMetadata(Self* self, const StaticObjectMetadata& sm, const IMetadata::Ptr& meta) in ConstructEventsFromMetadata() argument 95 void ConstructFunctionsFromMetadata(Self* self, cons argument [all...] |
| /foundation/communication/dsoftbus/tests/core/discovery/ipc/ |
| H A D | remote_object_mock.cpp | 36 void RemoteObjectMock::SetSelf(const sptr<RemoteObjectMock> &self) in SetSelf() argument 46 void RemoteObjectMock::SetupStub(const sptr<RemoteObjectMock> &self) in SetupStub() argument
|
| /kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
| H A D | irq.c | 46 static int tegra_gic_notifier(struct notifier_block *self, in tegra_gic_notifier() argument
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | pj4-cp0.c | 19 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do() argument
|
| /kernel/linux/linux-5.10/arch/arm/nwfpe/ |
| H A D | fpmodule.c | 48 static int nwfpe_notify(struct notifier_block *self, unsigned long cmd, void *v) in nwfpe_notify() argument
|
| /kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
| H A D | crunch.c | 36 static int crunch_do(struct notifier_block *self, unsigned long cmd, void *t) in crunch_do() argument
|
| /kernel/linux/linux-5.10/arch/sparc/oprofile/ |
| H A D | init.c | 22 static int profile_timer_exceptions_notify(struct notifier_block *self, in profile_timer_exceptions_notify() argument
|