Searched refs:thread_handle (Results 1 – 3 of 3) sorted by relevance
/device/soc/esp/esp32/components/bt/common/osi/ |
D | thread.c | 27 void *thread_handle; /*!< Store the thread object */ member 78 thread->thread_handle = NULL; in osi_thread_run() 104 if (ret != 0 && thread->thread_handle) { in osi_thread_stop() 105 vTaskDelete(thread->thread_handle); in osi_thread_stop() 157 …Core(osi_thread_run, name, stack_size, &start_arg, priority, &thread->thread_handle, core) != pdPA… in osi_thread_create() 173 if (thread->thread_handle) { in osi_thread_create() 174 vTaskDelete(thread->thread_handle); in osi_thread_create() 260 vTaskPrioritySet(thread->thread_handle, priority); in osi_thread_set_priority() 268 return pcTaskGetTaskName(thread->thread_handle); in osi_thread_name()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/mailbox/ |
D | mb_ipc_cmd.c | 963 beken_thread_t thread_handle = NULL; in rpc_server_init() local 980 ret_code = rtos_create_thread(&thread_handle, in rpc_server_init()
|
/device/soc/winnermicro/tools/ |
D | wm_tool.c | 4080 HANDLE thread_handle; 4081 thread_handle = CreateThread(0, 0, wm_tool_uart_tx_thread, NULL, 0, NULL); 4082 CloseHandle(thread_handle);
|