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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
atomic.c 109 static __inline Lock *lock_for_pointer(void *ptr) { function in typeref:typename:Lock *
168 Lock *l = lock_for_pointer(src);
182 Lock *l = lock_for_pointer(dest);
200 Lock *l = lock_for_pointer(ptr);
221 Lock *l = lock_for_pointer(ptr);
244 Lock *l = lock_for_pointer(src);\
259 Lock *l = lock_for_pointer(dest);\
272 Lock *l = lock_for_pointer(dest);\
288 Lock *l = lock_for_pointer(ptr);\
309 Lock *l = lock_for_pointer(ptr);
    [all...]

Completed in 13 milliseconds