HomeSort by: relevance | last modified time | path
    Searched refs:__tsan_mutex_destroy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
tsan_interface.h 49 // If this flag is passed to __tsan_mutex_destroy, then the destruction
79 void __tsan_mutex_destroy(void *addr, unsigned flags);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interface_ann.cc 472 void __tsan_mutex_destroy(void *m, unsigned flagz) { function in typeref:typename:INTERFACE_ATTRIBUTE void
473 SCOPED_ANNOTATION(__tsan_mutex_destroy);

Completed in 13 milliseconds