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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dstack.c71 typedef struct stack_data { struct
77 } stack_data; typedef in typeref:struct:stack_data
98 stack_data *thread_args;
146 thread_args = (stack_data *) PR_CALLOC(sizeof(stack_data) * thread_cnt);
245 stack_data *arg = (stack_data *) thread_arg;

Completed in 42 milliseconds