HomeSort by relevance Sort by last modified time
    Searched refs:test_ll_t (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
timer.h 38 DWORD WINAPI ChildTimer(test_ll_t *);
threading.h 123 void cleanUpTestChildren(test_ll_t *);
124 void CreateTestChild(void *, test_ll_t *);
127 void createChild(void *, test_ll_t *);
128 void cleanUp(test_ll_t *);
childmain.h 47 DWORD WINAPI ChildMain(test_ll_t *);
threading.c 129 void cleanUpTestChildren(test_ll_t * test)
150 void CreateTestChild(void *function, test_ll_t * test)
182 void createChild(void *function, test_ll_t * test)
197 void cleanUp(test_ll_t * test)
199 test_ll_t *pTmpTest = test;
200 test_ll_t *pLastTest;
main.c 69 void linear_read_write_test(test_ll_t * test)
148 unsigned long init_data(test_ll_t * test, unsigned char **data_buffer_unaligned)
278 DWORD WINAPI threadedMain(test_ll_t * test)
284 test_ll_t *test = (test_ll_t *) vtest;
446 test_ll_t *getNewTest(test_ll_t * testList)
448 test_ll_t *pNewTest;
450 if ((pNewTest = (test_ll_t *) ALLOC(sizeof(test_ll_t))) == NULL)
    [all...]
timer.c 67 DWORD WINAPI ChildTimer(test_ll_t * test)
73 test_ll_t *test = (test_ll_t *) vtest;
main.h 275 } test_ll_t; typedef in typeref:struct:test_ll
childmain.c 575 DWORD WINAPI ChildMain(test_ll_t * test)
581 test_ll_t *test = (test_ll_t *) vtest;

Completed in 59 milliseconds