Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/core/arch/arm/plat-k3/drivers/
A Dsec_proxy.c236 struct k3_sec_proxy_thread *thread; in k3_sec_proxy_init() local
250 thread = &spts[SEC_PROXY_TX_THREAD]; in k3_sec_proxy_init()
251 thread->name = "SEC_PROXY_LOW_PRIORITY_THREAD"; in k3_sec_proxy_init()
255 if (!thread->data) in k3_sec_proxy_init()
260 if (!thread->scfg) in k3_sec_proxy_init()
265 if (!thread->rt) in k3_sec_proxy_init()
273 thread = &spts[SEC_PROXY_RX_THREAD]; in k3_sec_proxy_init()
274 thread->name = "SEC_PROXY_RESPONSE_THREAD"; in k3_sec_proxy_init()
278 if (!thread->data) in k3_sec_proxy_init()
283 if (!thread->scfg) in k3_sec_proxy_init()
[all …]
/optee_os-3.20.0/core/kernel/
A Dmutex_lockdep.c39 short int thread = thread_get_id(); in mutex_lock_check() local
43 lockdep_lock_acquire(&graph, &owned[thread], (uintptr_t)m); in mutex_lock_check()
49 short int thread = thread_get_id(); in mutex_trylock_check() local
53 lockdep_lock_tryacquire(&graph, &owned[thread], (uintptr_t)m); in mutex_trylock_check()
59 short int thread = thread_get_id(); in mutex_unlock_check() local
63 lockdep_lock_release(&owned[thread], (uintptr_t)m); in mutex_unlock_check()
A Dsub.mk39 srcs-y += thread.c
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread.c167 thread->regs.svc_sp = thread->stack_va_end; in init_regs()
173 thread->regs.r0 = a0; in init_regs()
174 thread->regs.r1 = a1; in init_regs()
175 thread->regs.r2 = a2; in init_regs()
176 thread->regs.r3 = a3; in init_regs()
177 thread->regs.r4 = a4; in init_regs()
178 thread->regs.r5 = a5; in init_regs()
179 thread->regs.r6 = a6; in init_regs()
180 thread->regs.r7 = a7; in init_regs()
198 thread->regs.sp = thread->stack_va_end; in init_regs()
[all …]
A Dsub.mk19 srcs-y += thread.c
71 cflags-remove-thread.c-y += -pg
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.doc53 systems, multi-thread applications, embedded software in data network
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1655 whose implementation should behave as a thread-safe version of gmtime().
1829 * Use gmtime_r/gmtime_s for thread-safety. Fixed by Nick Wilson.
2854 * Prepend a "thread identifier" to debug messages (issue pointed out by
3038 thread-safe if MBEDTLS_THREADING_C is enabled.
3098 * Fix thread safety bug in RSA operations (found by Fredrik Axelsson).
3427 now thread-safe if POLARSSL_THREADING_C defined
3470 * x509_get_current_time() uses localtime_r() to prevent thread issues
3776 * x509_get_current_time() uses localtime_r() to prevent thread issues
3798 * Changed RSA blinding to a slower but thread-safe version
/optee_os-3.20.0/
A DCHANGELOG.md1410 * Rework thread [synchronization][synchro] in optee_os.
1458 [synchro]: https://github.com/OP-TEE/optee_os/blob/master/documentation/optee_design.md#4-thread-ha…

Completed in 14 milliseconds