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

  /external/ltp/testcases/kernel/io/disktest/
threading.c 131 thread_struct_t *pTmpThread = NULL, *pTmpThreadLast = NULL;
152 thread_struct_t *pNewThread;
159 (thread_struct_t *) ALLOC(sizeof(thread_struct_t))) ==
167 memset(pNewThread, 0, sizeof(thread_struct_t));
main.h 193 } thread_struct_t; typedef in typeref:struct:thread_struct
261 thread_struct_t *pThreads; /* List of child test processes */

Completed in 70 milliseconds