static L beforeDelegatingToThread_operations = synchroList(); static void beforeDelegatingToThread(Thread t) { for (O op : cloneList(beforeDelegatingToThread_operations)) call(op, t); }