Home
last modified time | relevance | path

Searched refs:_os_thread_check_stop (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_macos.h372 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() function
394 static inline int _os_thread_check_stop(void)
H A Dphl_msg_hub.c156 while(!_os_thread_check_stop(d, &(hub->msg_notify_thread))) { in msg_thread_hdl()
160 if(_os_thread_check_stop(d, &(hub->msg_notify_thread))) in msg_thread_hdl()
H A Dphl_cmd_dispatch_engine.c32 while (!_os_thread_check_stop(d, &(disp_eng->share_thread))) { in share_thread_hdl()
42 if(_os_thread_check_stop(d, &(disp_eng->share_thread))) in share_thread_hdl()
H A Dpltfm_ops_none.h453 static __inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() function
H A Dpltfm_ops_windows.h526 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() function
H A Dphl_fsm.c509 if (_os_thread_check_stop(d, &(root->thread))) in fsm_thread_share()
531 if (_os_thread_check_stop(d, &(fsm->thread))) in fsm_thread_alone()
H A Dpltfm_ops_linux.h722 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() function
H A Dphl_cmd_dispatcher.c1266 while (!_os_thread_check_stop(d, &(obj->bk_thread))) { in background_thread_hdl()
1270 if(_os_thread_check_stop(d, &(obj->bk_thread))) in background_thread_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_macos.h363 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() function
385 static inline int _os_thread_check_stop(void)
H A Dphl_msg_hub.c156 while(!_os_thread_check_stop(d, &(hub->msg_notify_thread))) { in msg_thread_hdl()
160 if(_os_thread_check_stop(d, &(hub->msg_notify_thread))) in msg_thread_hdl()
H A Dphl_cmd_dispatch_engine.c32 while (!_os_thread_check_stop(d, &(disp_eng->share_thread))) { in share_thread_hdl()
42 if(_os_thread_check_stop(d, &(disp_eng->share_thread))) in share_thread_hdl()
H A Dpltfm_ops_none.h444 static __inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() function
H A Dpltfm_ops_windows.h517 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() function
H A Dpltfm_ops_linux.h631 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() function
H A Dphl_fsm.c509 if (_os_thread_check_stop(d, &(root->thread))) in fsm_thread_share()
531 if (_os_thread_check_stop(d, &(fsm->thread))) in fsm_thread_alone()
H A Dphl_cmd_dispatcher.c1265 while (!_os_thread_check_stop(d, &(obj->bk_thread))) { in background_thread_hdl()
1269 if(_os_thread_check_stop(d, &(obj->bk_thread))) in background_thread_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtest_module.c178 if (!_os_thread_check_stop(d, &(obj->objthread))) in run_test()
379 if (!_os_thread_check_stop(d, &(obj->objthread))) { in phl_test_module_stop()
470 if (!_os_thread_check_stop(d, &(obj->objthread))) { in rtw_phl_test_get_rpt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtest_module.c178 if (!_os_thread_check_stop(d, &(obj->objthread))) in run_test()
379 if (!_os_thread_check_stop(d, &(obj->objthread))) { in phl_test_module_stop()
470 if (!_os_thread_check_stop(d, &(obj->objthread))) { in rtw_phl_test_get_rpt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c505 if (_os_thread_check_stop(drv, &hci->tx_thrd)) in phl_tx_sdio_thrd_hdl()
735 if (_os_thread_check_stop(d, (_os_thread*)context)) in phl_tx_callback_sdio()
1103 if (_os_thread_check_stop(d, (_os_thread*)context)) in phl_rx_callback_sdio()