MCPcopy Create free account
hub / github.com/F-Stack/f-stack / __test_stack

Function __test_stack

dpdk/app/test/test_stack.c:342–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342static int
343__test_stack(uint32_t flags)
344{
345 if (test_stack_basic(flags) < 0)
346 return -1;
347
348 if (test_lookup_null() < 0)
349 return -1;
350
351 if (test_free_null() < 0)
352 return -1;
353
354 if (test_stack_name_reuse(flags) < 0)
355 return -1;
356
357 if (test_stack_name_length(flags) < 0)
358 return -1;
359
360 if (test_stack_multithreaded(flags) < 0)
361 return -1;
362
363 return 0;
364}
365
366static int
367test_stack(void)

Callers 2

test_stackFunction · 0.85
test_lf_stackFunction · 0.85

Calls 6

test_stack_basicFunction · 0.85
test_stack_name_reuseFunction · 0.85
test_stack_name_lengthFunction · 0.85
test_stack_multithreadedFunction · 0.85
test_lookup_nullFunction · 0.70
test_free_nullFunction · 0.70

Tested by

no test coverage detected