File: ixp_rubyinit.3

package info (click to toggle)
libixp 0.6~20121202%2Bhg148-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 988 kB
  • sloc: ansic: 4,908; sh: 142; perl: 121; makefile: 111
file content (33 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH "IXP_RUBYINIT" 3 "2012 Dec" "libixp Manual"


.SH NAME

.P
ixp_rubyinit

.SH SYNOPSIS

.nf
#include <ixp.h>

ixp_rubyinit
.fi


.SH DESCRIPTION

.P
This function initializes libixp for use in multithreaded
programs embedded in the ruby interpreter. When using a pthread
edition of ruby, ixp_pthread_init should be used instead. When
using libixp in such programs, this function must be called
before any other libixp functions.

.P
This function is part of libixp_rubythread, which is part of the
libixp distribution, but is not built by default unless enabled
in config.mk.

.\" man code generated by txt2tags 2.6 (http://txt2tags.org)
.\" cmdline: txt2tags -o- ixp_rubyinit.man3