Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dpipe_drain.c49 thread_read(void *arg) in thread_read() function
84 pthread_create(&thread, NULL, thread_read, (void *) (uintptr_t) pipe_fd[0]);
/xnu-11215/osfmk/kern/
H A Dthread.c888 thread_read_t thread_read) in thread_read_deallocate() argument
890 return thread_deallocate((thread_t)thread_read); in thread_read_deallocate()