Home
last modified time | relevance | path

Searched refs:thread_count (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/coredump/gdbstubs/
Dgdbstub.py195 thread_count = 1
205 thread_count += 1
206 response += b"," + bytes(str(thread_count), 'ascii')
221 thread_count += 1
/Zephyr-latest/drivers/tee/optee/
Doptee.c1205 static unsigned long optee_get_thread_count(const struct device *dev, unsigned long *thread_count) in optee_get_thread_count() argument
1217 *thread_count = res.a1; in optee_get_thread_count()
1224 unsigned long thread_count; in optee_init() local
1252 if (!optee_get_thread_count(dev, &thread_count)) { in optee_init()
1257 k_sem_init(&data->call_sem, thread_count, thread_count); in optee_init()