JULEA
Functions
jhelper.c File Reference
#include <julea-config.h>
#include <glib.h>
#include <glib/gstdio.h>
#include <gio/gio.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <jhelper.h>
#include <jbackground-operation.h>
#include <jsemantics.h>
#include <jtrace.h>

Functions

void j_helper_set_nodelay (GSocketConnection *connection, gboolean enable)
 
void j_helper_set_cork (GSocketConnection *connection, gboolean enable)
 
void j_helper_get_number_string (gchar *string, guint32 length, guint32 number)
 
gchar * j_helper_str_replace (gchar const *str, gchar const *old, gchar const *new)
 
gboolean j_helper_execute_parallel (JBackgroundOperationFunc func, gpointer *data, guint length)
 
guint64 j_helper_atomic_add (guint64 volatile *ptr, guint64 val)
 
guint32 j_helper_hash (gchar const *str)
 
gpointer j_helper_alloc_aligned (gsize align, gsize len)
 
gboolean j_helper_file_sync (gchar const *path)
 
gboolean j_helper_file_discard (gchar const *path)