public final class __darwin_pthread_handler_rec
extends org.moe.natj.c.StructObject
| Modifier and Type | Class and Description |
|---|---|
static interface |
__darwin_pthread_handler_rec.Function___routine |
| Modifier | Constructor and Description |
|---|---|
|
__darwin_pthread_handler_rec(__darwin_pthread_handler_rec.Function___routine __routine,
org.moe.natj.general.ptr.VoidPtr __arg,
__darwin_pthread_handler_rec __next) |
|
__darwin_pthread_handler_rec() |
protected |
__darwin_pthread_handler_rec(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
org.moe.natj.general.ptr.VoidPtr |
__arg()
Argument to pass
|
__darwin_pthread_handler_rec |
__next() |
__darwin_pthread_handler_rec.Function___routine |
__routine()
Routine to call
|
void |
set__arg(org.moe.natj.general.ptr.VoidPtr value)
Argument to pass
|
void |
set__next(__darwin_pthread_handler_rec value) |
void |
set__routine(__darwin_pthread_handler_rec.Function___routine value)
Routine to call
|
public __darwin_pthread_handler_rec()
protected __darwin_pthread_handler_rec(org.moe.natj.general.Pointer peer)
public __darwin_pthread_handler_rec(__darwin_pthread_handler_rec.Function___routine __routine, org.moe.natj.general.ptr.VoidPtr __arg, __darwin_pthread_handler_rec __next)
public __darwin_pthread_handler_rec.Function___routine __routine()
public void set__routine(__darwin_pthread_handler_rec.Function___routine value)
public org.moe.natj.general.ptr.VoidPtr __arg()
public void set__arg(org.moe.natj.general.ptr.VoidPtr value)
public __darwin_pthread_handler_rec __next()
public void set__next(__darwin_pthread_handler_rec value)