OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objc_sync_exit
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/libobjc/objc/
objc-sync.h
48
/* '
objc_sync_exit
' is automatically called when exiting from a
53
objc_EXPORT int
objc_sync_exit
(id object);
56
objc_sync_exit
().
/src/external/gpl3/gcc.old/dist/libobjc/objc/
objc-sync.h
48
/* '
objc_sync_exit
' is automatically called when exiting from a
53
objc_EXPORT int
objc_sync_exit
(id object);
56
objc_sync_exit
().
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors_mac.cc
347
TSAN_INTERCEPTOR(int,
objc_sync_exit
, id obj) {
348
SCOPED_TSAN_INTERCEPTOR(
objc_sync_exit
, obj);
349
if (!obj) return REAL(
objc_sync_exit
)(obj);
352
int result = REAL(
objc_sync_exit
)(obj);
/src/external/gpl3/gcc/dist/libobjc/
objc-sync.c
25
/* This file implements objc_sync_enter() and
objc_sync_exit
(), the
31
objc_sync_exit
(object) needs to get the recursive lock associated
41
objc_sync_enter() and
objc_sync_exit
() are called. To reduce the
58
allowing objc_sync_enter() and
objc_sync_exit
() to locate a lock
76
#include "objc/objc-sync.h" /* For objc_sync_enter(),
objc_sync_exit
() */
252
hold the lock. Correspondingly,
objc_sync_exit
() will just
346
objc_sync_exit
(id object)
function
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_mac.cpp
395
TSAN_INTERCEPTOR(int,
objc_sync_exit
, id obj) {
396
SCOPED_TSAN_INTERCEPTOR(
objc_sync_exit
, obj);
397
if (!obj) return REAL(
objc_sync_exit
)(obj);
400
int result = REAL(
objc_sync_exit
)(obj);
/src/external/gpl3/gcc.old/dist/libobjc/
objc-sync.c
25
/* This file implements objc_sync_enter() and
objc_sync_exit
(), the
31
objc_sync_exit
(object) needs to get the recursive lock associated
41
objc_sync_enter() and
objc_sync_exit
() are called. To reduce the
58
allowing objc_sync_enter() and
objc_sync_exit
() to locate a lock
76
#include "objc/objc-sync.h" /* For objc_sync_enter(),
objc_sync_exit
() */
252
hold the lock. Correspondingly,
objc_sync_exit
() will just
346
objc_sync_exit
(id object)
function
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_mac.cpp
394
TSAN_INTERCEPTOR(int,
objc_sync_exit
, id obj) {
395
SCOPED_TSAN_INTERCEPTOR(
objc_sync_exit
, obj);
396
if (!obj) return REAL(
objc_sync_exit
)(obj);
399
int result = REAL(
objc_sync_exit
)(obj);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PreISelIntrinsicLowering.cpp
203
case Intrinsic::
objc_sync_exit
:
204
Changed |= lowerObjCCall(F, "
objc_sync_exit
");
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ObjCARCInstKind.cpp
141
case Intrinsic::
objc_sync_exit
:
/src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp
4186
{"
objc_sync_exit
", llvm::Intrinsic::
objc_sync_exit
},
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026