Lines Matching defs:array
497 #define ul_tlsent ul_tls.tls_data /* array of pointers to dynamic TLS */
621 uint_t ul_rdlockcnt; /* # entries in ul_readlock array */
623 union { /* single entry or pointer to array */
625 readlock_t *array;
627 uint_t ul_heldlockcnt; /* # entries in ul_heldlocks array */
629 union { /* single entry or pointer to array */
631 mutex_t **array;
761 * thread structure (ulwp_t) given a thread-id. It is an N-element array of
1041 uint_t ul_rdlockcnt; /* # entries in ul_readlock array */
1043 union { /* single entry or pointer to array */
1045 caddr32_t array;
1047 uint_t ul_heldlockcnt; /* # entries in ul_heldlocks array */
1049 union { /* single entry or pointer to array */
1051 caddr32_t array;