1. NAME

threadgroup_unlock - unlock threadgroup

2. SYNOPSIS

void threadgroup_unlock(struct task_struct *  tsk );

3. ARGUMENTS

tsk
    member task of the threadgroup to unlock

4. DESCRIPTION

Reverse threadgroup_lock.

5. COPYRIGHT