Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Daix-thread.c783 iter_tid (struct thread_info *thread, void *tidp) in iter_tid() argument
785 const pthdb_tid_t tid = *(pthdb_tid_t *)tidp; in iter_tid()
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2.c413 pthread_create(perl_os_thread *tidp, const pthread_attr_t *attr, in pthread_create() argument
426 *tidp = _beginthread(pthread_startit, /*stack*/ NULL, in pthread_create()
428 if (*tidp == -1) { in pthread_create()
429 *tidp = pthread_not_existant; in pthread_create()