Home
last modified time | relevance | path

Searched refs:pthreads (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/benchmarks/posix/threads/
DKconfig38 bool "Test pthreads"
41 Run tests for pthreads
DREADME.rst8 It provides a rough comparison Zephyr's POSIX threads (pthreads) with Zephyr's kernel threads
35 - CONFIG_TEST_PTHREADS - Exercise pthreads in the test app.
/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c166 static pthread_t pthreads[NUM_CPUS]; variable
177 return pthread_create(&pthreads[i], &pthread_attrs[i], pthread_fun, INT_TO_POINTER(i)); in pthread_create_wrapper()
182 return pthread_join(pthreads[i], NULL); in pthread_join_wrapper()
/Zephyr-latest/lib/posix/options/
DKconfig.barrier31 many pthreads concurrently.
/Zephyr-latest/arch/posix/
DCMakeLists.txt152 # app file which uses the pthreads like API provided by Zephyr
/Zephyr-latest/doc/introduction/
Dindex.rst59 time-slicing. Includes POSIX pthreads compatible API support.
/Zephyr-latest/boards/native/doc/
Darch_soc.rst410 using NCT, blocks and unblocks the corresponding pthreads.
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst918 * :github:`42279` - The pthreads are not working on user space. ARM64 cortex_a53 but generic requir…
Drelease-notes-3.2.rst1493 * Fixed pthread descriptor resource leak. Previously only pthreads with state