/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage_create.c | 12 struct thread { struct
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | ringbuf.c | 89 pthread_t thread; in ringbuf_subtest() local
|
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/full/ |
H A D | pthread_rwlock_test_002.cpp | 95 pthread_t thread = pthread_self(); in ThreadReadFunc() local 136 pthread_t thread = pthread_self(); in ThreadWriteFunc1() local 181 pthread_t thread = pthread_self(); in ThreadWriteFunc() local 224 pthread_t thread = pthread_self(); in PthreadRwlockTest() local
|
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/smoke/ |
H A D | pthread_rwlock_test_001.cpp | 96 pthread_t thread = pthread_self(); in ThreadReadFunc() local 137 pthread_t thread = pthread_self(); in ThreadWriteFunc1() local 182 pthread_t thread = pthread_self(); in ThreadWriteFunc() local 224 pthread_t thread = pthread_self(); in Testcase() local
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 54 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); in Start() local
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 211 void AppLifeCycleDeal::SetApplicationClient(const sptr<IAppScheduler> &thread) in SetApplicationClient() argument
|
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | source_userdata.h | 44 pa_thread *thread; member
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
H A D | task_queue_factory.cpp | 283 std::thread thread; member [all...] |
/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_mock.cpp | 167 SoftBusThreadCreate( SoftBusThread *thread, SoftBusThreadAttr *threadAttr, void *(*threadEntry) (void *), void *arg) SoftBusThreadCreate() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_concurrency_crud_test.cpp | 109 std::thread thread = std::thread(ConcurOperThread, reinterpret_cast<ConcurParam *>(kvThreadParam)); in KvCalculateTime() local
|
/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_thread.c | 253 int32_t SoftBusThreadCreate(SoftBusThread *thread, SoftBusThreadAttr *threadAttr, in SoftBusThreadCreate() argument 302 int32_t SoftBusThreadJoin(SoftBusThread thread, void **value) in SoftBusThreadJoin() argument 318 SoftBusThreadSetName(SoftBusThread thread, const char *name) SoftBusThreadSetName() argument [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_util.c | 184 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin() argument
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | devtmpfs.c | 32 static struct task_struct *thread; variable [all...] |
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btmrvl_main.c | 604 struct btmrvl_thread *thread = data; in btmrvl_service_main_thread() local
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | asmmacro.h | 522 PTR_ADDU FPR_BASE, \\thread, FPR_BASE_OFFS global() variable 569 PTR_ADDU FPR_BASE, \\thread, FPR_BASE_OFFS global() variable [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | process.c | 208 struct thread_info *thread = current_thread_info(); in flush_thread() local 231 struct thread_info *thread = task_thread_info(p); in copy_thread() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/ |
H A D | switch.h | 253 struct thread_struct *thread = container_of( in __hyp_handle_fpsimd() local
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | cbe_regs.c | 267 struct cbe_thread_map *thread = &cbe_thread_map[i]; in cbe_regs_init() local
|
H A D | pmu.c | 343 void cbe_enable_pm_interrupts(u32 cpu, u32 thread, u32 mask) in cbe_enable_pm_interrupts() argument
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | fsl_rcpm.c | 137 int thread = cpu_thread_in_core(cpu); in qoriq_disable_thread() local
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | trap_block.h | 28 struct thread_info *thread; member
|
H A D | ptrace.h | 47 struct thread_info *thread; member
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | prom_64.c | 381 arch_find_n_match_cpu_physical_id(struct device_node *cpun, int cpu, unsigned int *thread) arch_find_n_match_cpu_physical_id() argument
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | ptrace_32.c | 78 struct thread_struct *thread = &tsk->thread; in set_single_step() local [all...] |
/kernel/linux/linux-5.10/arch/x86/entry/vsyscall/ |
H A D | vsyscall_64.c | 107 struct thread_struct *thread = ¤t->thread; in write_ok_or_segv() local
|