Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 15 of 15) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/
H A Dcmsis_os.h291 os_pthread pthread; ///< start address of thread function member
298 os_pthread pthread; ///< start address of thread function member
H A Dcmsis_os1.c39 return osThreadNew((osThreadFunc_t)thread_def->pthread, argument, &thread_def->attr); in osThreadCreate()
/btstack/3rd-party/lc3-google/
H A DMakefile77 $(filter-out rt pthread,$($(1)_ldlibs)),$($(1)_ldlibs))
H A DREADME.md53 prevent link with `pthread` and `rt` libraries, that is included in the
/btstack/port/freebsd-netgraph/
H A DCMakeLists.txt169 # pthread
205 target_link_libraries(${EXAMPLE} btstack pthread netgraph)
/btstack/port/posix-h4/
H A DCMakeLists.txt177 # pthread
213 target_link_libraries(${EXAMPLE} btstack pthread)
/btstack/port/posix-h4-zephyr/
H A DCMakeLists.txt93 # pthread
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/
H A Dcmsis_os.h165 os_pthread pthread; ///< start address of thread function member
/btstack/test/le_audio/
H A DCMakeLists.txt169 target_link_libraries(${EXAMPLE} btstack m pthread)
/btstack/port/posix-h4-nxp/
H A DCMakeLists.txt147 # pthread
/btstack/port/libusb/
H A DCMakeLists.txt160 # pthread
/btstack/port/libusb-intel/
H A DCMakeLists.txt157 # pthread
/btstack/port/posix-h4-bcm/
H A DCMakeLists.txt147 # pthread
/btstack/platform/corefoundation/
H A Dbtstack_run_loop_corefoundation.m55 #include <pthread.h>
/btstack/port/esp32/template/
H A Dsdkconfig1098 CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread"
1419 CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread"