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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DCoroutineManager.java255 * @param arg_object A value to be passed to the other coroutine.
263 public synchronized Object co_resume(Object arg_object,int thisCoroutine,int toCoroutine) throws java.lang.NoSuchMethodException argument
270 m_yield=arg_object;
325 * @param arg_object A value to be passed to the other coroutine.
332 public synchronized void co_exit_to(Object arg_object,int thisCoroutine,int toCoroutine) throws java.lang.NoSuchMethodException argument
339 m_yield=arg_object;
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h142 void *arg_object; /* pointer to object in controlling process */ member in struct:__anon2

Completed in 54 milliseconds