Function report |
Source Code:lib\test_kmod.c |
Create Date:2022-07-28 06:34:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:try_one_request
Proto:static int try_one_request(struct kmod_test_device *test_dev, unsigned int idx)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kmod_test_device * | test_dev | |
unsigned int | idx |
324 | mutex_lock( & thread_mutex) |
326 | thread_idx = idx |
339 | mutex_unlock( & thread_mutex) |
341 | Return 0 |
343 | err_out : |
345 | mutex_unlock( & thread_mutex) |
347 | Return fail_ret |
Name | Describe |
---|---|
try_requests | Only wait *iff* we did not run into any errors during all of our thread* set up. If run into any issues we stop threads and just bail out with* an error to the trigger. This also means we don't need any tally work* for any threads which fail. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |