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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsel_spd.c64 typedef struct timer_slot_t { struct
71 } timer_slot_t; typedef in typeref:struct:timer_slot_t
93 static timer_slot_t *timer_data;
499 if ( (timer_data = (timer_slot_t *)PR_Malloc(2*_threads * sizeof(timer_slot_t))) == NULL)
501 memset(timer_data, 0 , 2*_threads*sizeof(timer_slot_t));

Completed in 102 milliseconds