qthread_size_tasklocal - Man Page

returns the number of bytes allocated for task-local data

Synopsis

#include <qthread/qthread.h>

unsigned
qthread_size_tasklocal ();

Description

This function to returns the number of bytes allocated for task-local data.

See Also

qthread_get_tasklocal(3)

Referenced By

qthread_get_tasklocal(3).

JUNE 2011 libqthread