Searched refs:thread (Results 1 – 8 of 8) sorted by relevance
236 struct k3_sec_proxy_thread *thread; in k3_sec_proxy_init() local250 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 …]
39 short int thread = thread_get_id(); in mutex_lock_check() local43 lockdep_lock_acquire(&graph, &owned[thread], (uintptr_t)m); in mutex_lock_check()49 short int thread = thread_get_id(); in mutex_trylock_check() local53 lockdep_lock_tryacquire(&graph, &owned[thread], (uintptr_t)m); in mutex_trylock_check()59 short int thread = thread_get_id(); in mutex_unlock_check() local63 lockdep_lock_release(&owned[thread], (uintptr_t)m); in mutex_unlock_check()
39 srcs-y += thread.c
167 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 …]
19 srcs-y += thread.c71 cflags-remove-thread.c-y += -pg
53 systems, multi-thread applications, embedded software in data network
1655 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 by3038 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 defined3470 * x509_get_current_time() uses localtime_r() to prevent thread issues3776 * x509_get_current_time() uses localtime_r() to prevent thread issues3798 * Changed RSA blinding to a slower but thread-safe version
1410 * 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