public static class opencv_core.Mutex extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_core.Mutex.Impl |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.Mutex() |
opencv_core.Mutex(int size) |
opencv_core.Mutex(opencv_core.Mutex m) |
opencv_core.Mutex(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
lock() |
opencv_core.Mutex |
position(int position) |
opencv_core.Mutex |
put(opencv_core.Mutex m) |
boolean |
trylock() |
void |
unlock() |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.Mutex(Pointer p)
public opencv_core.Mutex(int size)
public opencv_core.Mutex()
public opencv_core.Mutex(opencv_core.Mutex m)
public opencv_core.Mutex position(int position)
public opencv_core.Mutex put(opencv_core.Mutex m)
public void lock()
public boolean trylock()
public void unlock()
Copyright © 2014. All Rights Reserved.