Searched refs:pthreads (Results 1 – 9 of 9) sorted by relevance
38 bool "Test pthreads"41 Run tests for pthreads
8 It provides a rough comparison Zephyr's POSIX threads (pthreads) with Zephyr's kernel threads35 - CONFIG_TEST_PTHREADS - Exercise pthreads in the test app.
166 static pthread_t pthreads[NUM_CPUS]; variable177 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()
31 many pthreads concurrently.
152 # app file which uses the pthreads like API provided by Zephyr
59 time-slicing. Includes POSIX pthreads compatible API support.
410 using NCT, blocks and unblocks the corresponding pthreads.
918 * :github:`42279` - The pthreads are not working on user space. ARM64 cortex_a53 but generic requir…
1493 * Fixed pthread descriptor resource leak. Previously only pthreads with state