Searched refs:alloc_lwpids (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1244 extern lwpid_t *alloc_lwpids(lwpid_t *, int *, int *);
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Drwlock.c433 * alloc_lwpids() to allocate a bigger buffer using the mmap()
450 lwpid = alloc_lwpids(lwpid, &nlwpid, &maxlwps);
H A Dsynch.c1661 * alloc_lwpids() to allocate a bigger buffer using the mmap()
1674 lwpid = alloc_lwpids(lwpid, &nlwpid, &maxlwps);
3741 alloc_lwpids(lwpid_t *lwpid, int *nlwpid_ptr, int *maxlwps_ptr) function
3825 * alloc_lwpids() to allocate a bigger buffer using the mmap()
3844 lwpid = alloc_lwpids(lwpid, &nlwpid, &maxlwps);

Completed in 110 milliseconds