Home
last modified time | relevance | path

Searched refs:thread_get_id_may_fail (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/kernel/
A Dmutex.c28 assert(thread_get_id_may_fail() != THREAD_ID_INVALID); in __mutex_lock()
95 assert(thread_get_id_may_fail() != THREAD_ID_INVALID); in __mutex_unlock()
134 assert(thread_get_id_may_fail() != THREAD_ID_INVALID); in __mutex_trylock()
156 assert(thread_get_id_may_fail() != THREAD_ID_INVALID); in __mutex_read_unlock()
175 assert(thread_get_id_may_fail() != THREAD_ID_INVALID); in __mutex_read_lock()
221 assert(thread_get_id_may_fail() != THREAD_ID_INVALID); in __mutex_read_trylock()
/optee_os/core/arch/arm/kernel/
A Dtrace_ext.c53 return thread_get_id_may_fail(); in trace_ext_get_thread_id()
A Dthread.c751 int ct = thread_get_id_may_fail(); in thread_stack_start()
974 short int thread_get_id_may_fail(void) in thread_get_id_may_fail() function
989 short int ct = thread_get_id_may_fail(); in thread_get_id()
A Dabort.c543 if (thread_get_id_may_fail() < 0) { in abort_handler()
/optee_os/lib/libutils/ext/ftrace/
A Dftrace.c35 short int ct = thread_get_id_may_fail(); in get_fbuf()
/optee_os/out/arm/core/
A Dtext_init.ld.S44 *(.text.thread_get_id_may_fail)
A Dtext_unpaged.ld.S45 *(.text.thread_get_id_may_fail)
A Dtee.symb_sizes1275 000000000e105380 0000000000000038 T thread_get_id_may_fail
A Dtee.dmp8005 000000000e105380 <thread_get_id_may_fail>:
8006 thread_get_id_may_fail():
8036 e1053c0: 97fffff0 bl e105380 <thread_get_id_may_fail>
8061 e105400: 97ffffe0 bl e105380 <thread_get_id_may_fail>
11776 e107a30: 97fff654 bl e105380 <thread_get_id_may_fail>
12200 e107dd4: 97fff56b bl e105380 <thread_get_id_may_fail>
35903 e116ff0: 97ffb8e4 bl e105380 <thread_get_id_may_fail>
35965 e1170a8: 97ffb8b6 bl e105380 <thread_get_id_may_fail>
36213 e11732c: 97ffb815 bl e105380 <thread_get_id_may_fail>
36263 e1173bc: 97ffb7f1 bl e105380 <thread_get_id_may_fail>
[all …]
A Dtee.map20843 .text.thread_get_id_may_fail
20845 0x000000000e105380 thread_get_id_may_fail
/optee_os/core/arch/arm/include/kernel/
A Dthread.h331 short int thread_get_id_may_fail(void);

Completed in 211 milliseconds