NAME

cattthread_self - get thread id

SYNOPSIS

#include <catmutex.h>

CATTHREAD cattthread_self();

DESCRIPTION

This function returns the current thread id. A CATTHREAD can be used only as argument to catthread_equal().

NOTES

catthread_self() can be implemented as a macro.

SEE ALSO

cat, catutil

catthread_equal