HomeSort by relevance Sort by last modified time
    Searched refs:__init_tls (Results 1 - 3 of 3) sorted by null

  /bionic/libc/private/
bionic_tls.h 84 extern void __init_tls(void** tls, void* thread_info);
  /bionic/libc/bionic/
libc_init_common.c 73 __init_tls(tls_area, &thread);
pthread.c 172 void __init_tls(void** tls, void* thread) function
205 __init_tls( tls, thrInfo );
    [all...]

Completed in 28 milliseconds