Yet Another eXchange Tool 0.11.3
Loading...
Searching...
No Matches
Functions
xt_request.c File Reference
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include "xt/xt_request.h"
#include "xt_request_internal.h"
Include dependency graph for xt_request.c:

Go to the source code of this file.

Functions

void xt_request_wait (Xt_request *request)
 
void xt_request_test (Xt_request *request, int *flag)
 

Detailed Description

Author
Jörg Behrens behre.nosp@m.ns@d.nosp@m.krz.d.nosp@m.e Moritz Hanke hanke.nosp@m.@dkr.nosp@m.z.de Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de

Definition in file xt_request.c.

Function Documentation

◆ xt_request_test()

void xt_request_test ( Xt_request * request,
int * flag )

Tests for the completion of a request. If it is complete, it is deallocated and set to XT_REQUEST_NULL.

Parameters
[in,out]requestmust point to valid request or to XT_REQUEST_NULL
[out]flagtrue if request is complete

Definition at line 66 of file xt_request.c.

Here is the caller graph for this function:

◆ xt_request_wait()

void xt_request_wait ( Xt_request * request)

Waits for the completion of a request. Afterwards it is deallocated and set to XT_REQUEST_NULL.

Parameters
[in,out]requestmust point to valid request or to XT_REQUEST_NULL

Definition at line 57 of file xt_request.c.

Here is the caller graph for this function: