Searched refs:finalizer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/
H A Dprgc.h179 ** the finalizer has run.
325 ** finalizer:
326 ** Thread in which the GC finalizer is running.
358 PRThread *finalizer; member in struct:GCInfoStr
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c1327 /* This must be done under the same lock that the finalizer uses */
1382 ** This really only does work if we call the GC before the finalizer
1459 if (!_pr_gcData.finalizer) {
1460 _pr_gcData.finalizer = PR_CreateThreadGCAble(PR_SYSTEM_THREAD,
1465 if (_pr_gcData.finalizer == NULL)
1466 /* We are doomed if we can't start the finalizer */
1822 /* Kick finalizer */
2783 ** Collect, pause for a second (lets finalizer run), and then GC
3051 ** Collect, pause for a second (lets finalizer run), and then GC
3336 /* Create finalizer threa
[all...]

Completed in 40 milliseconds