HomeSort by: relevance | last modified time | path
    Searched defs:DSO (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libpthread/dlopen/
t_dlopen.c 47 "Test if dlopen can load -lpthread DSO");
50 #define DSO TESTDIR "/h_pthread_dlopen.so"
56 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
72 "Test if dlopen can load -lpthread DSO without breaking mutex");
84 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
104 "Test if dlopen can load -lpthread DSO and use libc locked mutex");
116 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
135 "Test if dlopen can load -lpthread DSO and use "
147 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
t_main_pthread_create.c 42 #define DSO TESTDIR "/h_pthread_dlopen.so"
74 "Test if -lpthread main can call pthread_create() in DSO");
86 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
t_dso_pthread_create.c 43 #define DSO TESTDIR "/h_pthread_dlopen.so"
58 "in -lpthread DSO");
77 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);

Completed in 11 milliseconds