Lines Matching +full:multi +full:- +full:threaded

17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
59 int fd, ret = -1; in get_e_machine()
66 if (fd == -1) in get_e_machine()
67 return -1; in get_e_machine()
81 hdr->elf_mach = info.e_machine; in get_e_machine()
110 return ((uint64_t) ts->tv_sec * NSEC_PER_SEC) + ts->tv_nsec; in timespec_to_ns()
147 strftime(str, sizeof(str), JIT_LANG"-jit-%Y%m%d", &tm); in create_jit_cache_dir()
154 return -1; in create_jit_cache_dir()
157 if (ret == -1) { in create_jit_cache_dir()
160 return -1; in create_jit_cache_dir()
169 return -1; in create_jit_cache_dir()
172 if (ret == -1) { in create_jit_cache_dir()
175 return -1; in create_jit_cache_dir()
185 return -1; in create_jit_cache_dir()
190 return -1; in create_jit_cache_dir()
202 if (pgsz == -1) in perf_open_marker_file()
203 return -1; in perf_open_marker_file()
214 * even when not using -d option in perf_open_marker_file()
217 return (marker_addr == MAP_FAILED) ? -1 : 0; in perf_open_marker_file()
229 if (pgsz == -1) in perf_close_marker_file()
276 ret = snprintf(dump_path, PATH_MAX, "%s/jit-%i.dump", jit_path, getpid()); in jvmti_open()
279 " %s/jit-%i.dump is too long, please check the cwd," in jvmti_open()
285 if (fd == -1) in jvmti_open()
338 return -1; in jvmti_close()
347 return -1; in jvmti_close()
366 int ret = -1; in jvmti_write_code()
374 return -1; in jvmti_write_code()
393 * If JVM is multi-threaded, multiple concurrent calls to agent in jvmti_write_code()
435 return -1; in jvmti_write_debug_info()
460 * If JVM is multi-threaded, multiple concurrent calls to agent in jvmti_write_debug_info()
495 return -1; in jvmti_write_debug_info()