set_tid_address(2) - Linux man page
Name
set_tid_address - Sets the current clear_child_tid to tidptr
Synopsis
long sys_set_tid_address (int *tidptr);
Description
set_tid_address sets the current clear_child_tid (current child thread ID) to tidptr.
Return Value
set_tid_address returns the current pid of tidptr. This is mainly used by the CLEARTID process.
Errors
None.
Author
Niki Rahimi
