Home
last modified time | relevance | path

Searched refs:len (Results 1 – 2 of 2) sorted by relevance

/nptl/
A Dpthread_getname.c30 __pthread_getname_np (pthread_t th, char *buf, size_t len) in __pthread_getname_np() argument
37 if (len < TASK_COMM_LEN) in __pthread_getname_np()
52 ssize_t n = TEMP_FAILURE_RETRY (__read_nocancel (fd, buf, len)); in __pthread_getname_np()
59 else if (n == len) in __pthread_getname_np()
A Dtst-setgetname.c48 get_self_comm (long tid, char *buf, size_t len) in get_self_comm() argument
59 ssize_t n = read (fd, (void *) buf, len); in get_self_comm()
66 else if (n == len) in get_self_comm()

Completed in 3 milliseconds