![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /etc/alternatives/mpi/openmpi/ompi/mpi/java/java/ |
Upload File : |
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class mpi_Status */ #ifndef _Included_mpi_Status #define _Included_mpi_Status #ifdef __cplusplus extern "C" { #endif /* * Class: mpi_Status * Method: init * Signature: ()V */ JNIEXPORT void JNICALL Java_mpi_Status_init (JNIEnv *, jclass); /* * Class: mpi_Status * Method: getCount * Signature: (IIIIJJ)I */ JNIEXPORT jint JNICALL Java_mpi_Status_getCount (JNIEnv *, jobject, jint, jint, jint, jint, jlong, jlong); /* * Class: mpi_Status * Method: isCancelled * Signature: (IIIIJ)Z */ JNIEXPORT jboolean JNICALL Java_mpi_Status_isCancelled (JNIEnv *, jobject, jint, jint, jint, jint, jlong); /* * Class: mpi_Status * Method: getElements * Signature: (IIIIJJ)I */ JNIEXPORT jint JNICALL Java_mpi_Status_getElements (JNIEnv *, jobject, jint, jint, jint, jint, jlong, jlong); /* * Class: mpi_Status * Method: getElementsX * Signature: (IIIIJJ)Lmpi/Count; */ JNIEXPORT jobject JNICALL Java_mpi_Status_getElementsX (JNIEnv *, jobject, jint, jint, jint, jint, jlong, jlong); /* * Class: mpi_Status * Method: setElements * Signature: (IIIIJJI)I */ JNIEXPORT jint JNICALL Java_mpi_Status_setElements (JNIEnv *, jobject, jint, jint, jint, jint, jlong, jlong, jint); /* * Class: mpi_Status * Method: setElementsX * Signature: (IIIIJJJ)J */ JNIEXPORT jlong JNICALL Java_mpi_Status_setElementsX (JNIEnv *, jobject, jint, jint, jint, jint, jlong, jlong, jlong); /* * Class: mpi_Status * Method: setCancelled * Signature: (IIIIJI)V */ JNIEXPORT void JNICALL Java_mpi_Status_setCancelled (JNIEnv *, jobject, jint, jint, jint, jint, jlong, jint); #ifdef __cplusplus } #endif #endif