Home
last modified time | relevance | path

Searched defs:self (Results 51 - 75 of 1114) sorted by relevance

12345678910>>...45

/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_082.cpp38 pthread_t self = pthread_self(); in pthread_f01() local
H A DIt_posix_pthread_090.cpp37 pthread_t self = pthread_self(); in pthread_f01() local
/third_party/ltp/include/
H A Dtst_epoll.h14 void *self; member
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_mutex_trylock.c7 pthread_t self = __pthread_self(); in __pthread_mutex_trylock_owner() local
[all...]
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_join.c9 pthread_t self = __pthread_self(); in __pthread_timedjoin_np() local
/third_party/musl/src/thread/
H A Dpthread_mutex_trylock.c7 pthread_t self = __pthread_self(); in __pthread_mutex_trylock_owner() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-ppc.c7 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 Dtarget-sparc.c8 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 Dtarget-s390.c7 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 Dbytearrayobject.h22 PyByteArrayObject *self = _PyByteArray_CAST(op); in PyByteArray_AS_STRING() local
33 PyByteArrayObject *self = _PyByteArray_CAST(op); in PyByteArray_GET_SIZE() local
H A Dgenobject.h48 PyAPI_FUNC(void) _PyGen_Finalize(PyObject *self); variable
/third_party/python/Modules/_xxtestfuzz/
H A D_xxtestfuzz.c8 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 Dx25519_openssl.c38 static void DestroyX25519(HcfObjectBase *self) in DestroyX25519() argument
51 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
H A Ddh_openssl.c39 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 Drand_openssl.c34 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 Dhc_string.c31 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 Dopkey_version_ability.cpp36 auto self = new OpkeyVersionAbility(); in Create() local
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dopenharmony_buffer_queue_itf.cpp20 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 Dmetadata_helpers.h30 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 Dremote_object_mock.cpp36 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 Dirq.c46 static int tegra_gic_notifier(struct notifier_block *self, in tegra_gic_notifier() argument
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dpj4-cp0.c19 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 Dfpmodule.c48 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 Dcrunch.c36 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 Dinit.c22 static int profile_timer_exceptions_notify(struct notifier_block *self, in profile_timer_exceptions_notify() argument

Completed in 6 milliseconds

12345678910>>...45