Searched refs:synchronous (Results 1 - 10 of 10) sorted by relevance

/haiku/src/build/libbe/storage/
H A DMime.cpp14 update_mime_info(const char* path, int recursive, int synchronous, int force) argument
21 create_app_meta_mime(const char* path, int recursive, int synchronous, argument
/haiku/headers/build/os/storage/
H A DMime.h26 int update_mime_info(const char *path, int recursive, int synchronous,
29 status_t create_app_meta_mime(const char *path, int recursive, int synchronous,
/haiku/headers/os/storage/
H A DMime.h35 int update_mime_info(const char* path, int recursive, int synchronous,
37 status_t create_app_meta_mime(const char* path, int recursive, int synchronous,
/haiku/src/kits/storage/
H A DMime.cpp43 int synchronous, int force)
62 err = msg.AddBool("synchronous", synchronous);
80 update_mime_info(const char* path, int recursive, int synchronous, int force) argument
87 synchronous, force);
93 create_app_meta_mime(const char* path, int recursive, int synchronous, argument
101 synchronous, force);
42 do_mime_update(int32 what, const char* path, int recursive, int synchronous, int force) argument
/haiku/headers/private/app/
H A DRosterPrivate.h40 status_t ShutDown(bool reboot, bool confirm, bool synchronous) argument
41 { return fRoster->_ShutDown(reboot, confirm, synchronous); }
/haiku/src/servers/registrar/
H A DMIMEManager.cpp246 bool synchronous = false; local
260 err = message->FindBool("synchronous", &synchronous);
264 // Detach the message for synchronous calls
265 if (!err && synchronous) {
275 synchronous ? "create_app_meta_mime (s)"
279 force, synchronous ? message : NULL);
283 thread = new(nothrow) UpdateMimeInfoThread(synchronous
288 force, synchronous ? message : NULL);
310 // if this is a synchronous cal
[all...]
H A DShutdownProcess.cpp1310 bool synchronous; local
1311 if (fRequest->FindBool("synchronous", &synchronous) == B_OK && !synchronous)
/haiku/headers/build/os/app/
H A DRoster.h149 status_t ShutDown(bool reboot, bool confirm, bool synchronous);
/haiku/headers/os/app/
H A DRoster.h149 bool synchronous);
/haiku/src/kits/app/
H A DRoster.cpp1299 When \c synchronous is \c true and the method succeeds, it doesn't return.
1305 \param synchronous If \c false, the method will return as soon as the
1316 BRoster::_ShutDown(bool reboot, bool confirm, bool synchronous) argument
1329 error = request.AddBool("synchronous", synchronous);
2722 // Generous 1s + 5s timeouts. It could actually be synchronous, but

Completed in 89 milliseconds