Lines Matching refs:funct
1584 * Arm a safepoint callback for a thread. If funct is null,
1590 void dvmArmSafePointCallback(Thread* thread, SafePointCallback funct,
1594 if ((funct == NULL) || (thread->callback == NULL)) {
1595 thread->callback = funct;
1597 if (funct != NULL) {
1604 if ((funct != thread->callback) ||
1735 // Get consistent funct/arg pair