/btstack/port/esp32/ |
H A D | README.md | 3 …es. BTstack runs on dedicated FreeRTOS thread. Multi threading (calling BTstack functions from a d… 90 …d output for printf/ESP log macros. However, if that gets full, the main thread will get blocked. … 96 …thread-safe, but you're using a multi-threading OS. Any function that is called from BTstack, e.g.… 97 To call a function from the BTstack thread, you can use *btstack_run_loop_execute_on_main_thread* a… 98 i.e. 'do BTstack tasks' function, from the BTstack thread. The called function should check if ther… 100 We're considering different options to make BTstack thread-safe, but for now, please use one of the…
|
/btstack/platform/posix/ |
H A D | btstack_signal.c | 85 pthread_t thread; in btstack_signal_register_callback() local 86 pthread_create(&thread, NULL, signal_thread, (void*) callback); in btstack_signal_register_callback()
|
/btstack/doc/manual/docs-template/ |
H A D | integration.md | 20 same (single) thread and use direct function calls as shown in 65 thread, and the Main Application communicates with the BTstack 66 thread via application-specific messages over an Interprocess 73 dedicated thread and the Main Application controls this daemon via
|
H A D | how_to.md | 355 thread. 378 - FreeRTOS: implementation to run BTstack on a dedicated FreeRTOS thread 439 The FreeRTOS run loop is used on a dedicated FreeRTOS thread and it uses a FreeRTOS queue to schedu… 494 …ad, the run loop provides a message queue that allows to schedule functions calls on its thread via
|
/btstack/platform/lwip/ |
H A D | README.md | 5 …port contains a NO_SYS == 1 / bare metal configuration to use lwIP with BTstack on the same thread
|
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/ |
H A D | usbh_def.h | 473 osThreadId thread; member 476 osThreadId_t thread; member
|
/btstack/port/mtk/LEScan/ |
H A D | hs_err_pid91628.log | 17 Current thread (0x00007fec4a001000): JavaThread "Unknown thread" [_thread_in_vm, id=5891, stack(0x… 39 Java Threads: ( => current thread ) 43 =>0x00007fec4a001000 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=5891, stack(0x00000001… 47 VM Mutex/Monitor currently owned by a thread: None
|
H A D | hs_err_pid91618.log | 17 Current thread (0x00007fd3d3000000): JavaThread "Unknown thread" [_thread_in_vm, id=5891, stack(0x… 39 Java Threads: ( => current thread ) 43 =>0x00007fd3d3000000 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=5891, stack(0x00000001… 47 VM Mutex/Monitor currently owned by a thread: None
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | sys.h | 420 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int …
|
/btstack/port/archive/wiced-h5/ |
H A D | README.md | 44 …n H4). See [Bug Report in Community Forum](https://community.cypress.com/thread/8424) As a work ar…
|
/btstack/ |
H A D | README.md | 10 If a RTOS is already provided, BTstack can be integrated and run as a single thread. 94 …| [FreeRTOS](https://www.freertos.org): Run BTstack on a dedicated thread, not thread-safe. …
|
H A D | CHANGELOG.md | 449 …loop_poll_data_sources_from_irq*: used to transfer control from IRQ handler to main thread/run loop 450 …*btstack_run_loop_execute_on_main_thread*: schedule code execution on main thread from other thread
|
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/ |
H A D | usbh_core.c | 143 phost->thread = osThreadCreate(osThread(USBH_Thread), phost); in USBH_Init() 160 phost->thread = osThreadNew(USBH_Process_OS, phost, &USBH_Thread_Atrr); in USBH_Init()
|
/btstack/3rd-party/lwip/core/ |
H A D | UPGRADING | 43 These can be used to post preallocated messages from an ISR to the tcpip thread 96 * Added LWIP_NETCONN_SEM_PER_THREAD to use one "op_completed" semaphore per thread
|
H A D | CHANGELOG | 84 These can be used to post preallocated messages from an ISR to the tcpip thread 101 * netifapi: Add thread safe ARP cache APIs (task #14724) 437 * Cleanup TCPIP thread sync methods in a way that it is possibe to use them 438 in arbitrary code that needs things to be done in TCPIP thread. Used to 603 * api: added option LWIP_NETCONN_SEM_PER_THREAD to use a semaphore per thread 720 - Added PPP API "sequential" thread-safe API, based from NETIFAPI. 790 FIN segment; blocking the calling thread for a while is better than risking 2200 * pbuf.c: Fixed bug #28064: pbuf_alloc(PBUF_POOL) is not thread-safe by 2773 which have to do a copy of "h" and return a pointer ont the "per-thread" copy. 2842 netconn::recv_avail which need to be more "thread-safe" (note there is already [all …]
|
/btstack/platform/corefoundation/ |
H A D | btstack_run_loop_corefoundation.m | 61 // to trigger run loop from other thread
|
/btstack/chipset/ |
H A D | README.md | 390 …ng buffer (as recommended!) and you have a bit of delay, e.g. because of thread switching on a RTO…
|