NVBIO
|
#include <nvbio/basic/threads.h>
#include <pthread.h>
#include <unistd.h>
#include <string>
#include <string.h>
Go to the source code of this file.
Classes | |
struct | nvbio::ThreadBase::Impl |
struct | nvbio::Mutex::Impl |
Mutex class. More... | |
Namespaces | |
nvbio | |
Define a vector_view POD type and plain_view() for std::vector. | |
Functions | |
uint32 | nvbio::num_physical_cores () |
uint32 | nvbio::num_logical_cores () |
void | nvbio::yield () |