Searched defs:threadInfo (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dio_timeout.c70 typedef struct threadInfo { struct
76 } threadInfo; typedef in typeref:struct:threadInfo
88 threadInfo *info = (threadInfo *)_info;
203 threadInfo *info = (threadInfo *)PR_Malloc(sizeof(threadInfo));
H A Dio_timeoutk.c64 typedef struct threadInfo { struct
70 } threadInfo; typedef in typeref:struct:threadInfo
79 threadInfo *info = (threadInfo *)_info;
156 threadInfo *info = (threadInfo *)malloc(sizeof(threadInfo));
H A Dio_timeoutu.c65 typedef struct threadInfo { struct
71 } threadInfo; typedef in typeref:struct:threadInfo
78 threadInfo *info = (threadInfo *)_info;
157 threadInfo *info = (threadInfo *)malloc(sizeof(threadInfo));

Completed in 46 milliseconds