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

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c86 * The j_agent_create function takes a version parameter. This ensures that the
96 static j_agent_create_f j_agent_create; variable
729 j_agent_create = (j_agent_create_f)
736 if (j_agent_create == NULL || j_agent_destroy == NULL ||
738 (ret = j_agent_create(Pr, JVM_DB_VERSION)) == NULL) {
759 j_agent_create = NULL;

Completed in 56 milliseconds